
9 Aug
2005
9 Aug
'05
4:19 p.m.
We have a serious problem with the 1.33.0 release candidate, which breaks all of our codes with gcc-3.3. The problem is the double definition of is_abstract: /misc/alps1/boost_1_33_0/boost/serialization/is_abstract.hpp:30: error: redefinition of `struct boost::is_abstract<T>' /misc/alps1/boost_1_33_0/boost/type_traits/is_abstract.hpp:130: error: previous definition of `struct boost::is_abstract<T>' would it be possible to put serialization/is_abstract.hpp into a different namespace or to rename it? For gcc-3.4 or higher everything works, but many users of our codes still have gcc-3.3 installed and we would thus like to support gcc-3.3. Best regards Matthias