13 Apr
2005
13 Apr
'05
6:06 p.m.
Alex Olivas wrote:
I'm trying to serialize an abstract base class. I used the BOOST_IS_ABSTRACT macro, but the compile fails with the following error...
public/dataclasses/I3Particle.h:225: syntax error before `namespace' public/dataclasses/I3Particle.h:225: syntax error before `}' token
line 225 of I3Particle is... BOOST_IS_ABSTRACT(I3Particle);
The macro is defined in