[1.33.0 RC1] Possible regression in serialization
Here's another one-liner that fails to compile (with gcc 3.3.5): #include <boost/serialization/nvp.hpp> I get the following error: In file included from .../boost_1_33_0/boost/serialization/nvp.hpp:33, from t.cpp:1: .../boost_1_33_0/boost/serialization/tracking.hpp:50: error: syntax error before `>' token Again, this worked with Boost 1.32 :) Regards, Eelis
OK - easy to fix. Its not clear to me what I should do here. a) fix in the trunk only - presuming that that RC is frozen solid? b) fix in the release branch and the trunk? c) fix in the branch only - presuming that changes in the release branch will be merged back into the trunk? d) don't fix anywhere? Robert Ramey Eelis van der Weegen wrote:
Here's another one-liner that fails to compile (with gcc 3.3.5):
#include <boost/serialization/nvp.hpp>
I get the following error:
In file included from .../boost_1_33_0/boost/serialization/nvp.hpp:33, from t.cpp:1: .../boost_1_33_0/boost/serialization/tracking.hpp:50: error: syntax error before `>' token
Again, this worked with Boost 1.32 :)
Regards,
Eelis
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
On Aug 4, 2005, at 10:40 AM, Robert Ramey wrote:
OK - easy to fix.
Its not clear to me what I should do here.
a) fix in the trunk only - presuming that that RC is frozen solid?
b) fix in the release branch and the trunk?
c) fix in the branch only - presuming that changes in the release branch will be merged back into the trunk?
d) don't fix anywhere?
(c) is best. We should definitely fix this before RC2. Doug
participants (3)
-
Douglas Gregor -
Eelis van der Weegen -
Robert Ramey