
5 Aug
2005
5 Aug
'05
4:33 p.m.
Could you send a little more context. This isn't happening in our tests.
/space/NM/boost/boost/archive/binary_iarchive.hpp:21, from ../../../src/runtime/runtime_standalone.cpp:14: /space/NM/boost/boost/serialization/is_abstract.hpp:30: error: redefinition of `struct boost::is_abstract<T>' /space/NM/boost/boost/type_traits/is_abstract.hpp:130: error: previous definition of `struct boost::is_abstract<T>'
The second patch addresses this problem, but I'd also suggest to remove boost/serialization/is_abstract.hpp to avoid further problems.
What about compilers which don't support is_abstract ? This would break serialization for all those compilers. Robert Ramey