Re: [mico-devel] Redefining assert can cause ODR violations

2010-08-13 Thread Karel Gardas
Hi Felipe, this issue is fixed in the latest MICO development sources. Either get them from darcs repository or using this snapshot: http://www.mico.org/snapshots/mico-100813.tar.bz2 for testing. Thanks, Karel On 08/12/10 18:21, Felipe Magno de Almeida wrote: > On Sun, Aug 1, 2010 at 4:54 AM, K

Re: [mico-devel] Redefining assert can cause ODR violations

2010-07-31 Thread Karel Gardas
Hello, indeed. mico/assert.h is included inside CORBA.h which is not the best and pollutes user code with MICO assert. It might be interesting to see object files sizes change when MICO's assert is used and when the std assert is used as comment in mico/assert.h suggests some dramatic differences