Hi,
With boost 1.42.0, when I use BOOST_CLASS_EXPORT, I always need to
include extended_type_info.hpp to resolve this error :
xxx.hpp:153: error: 'guid_defined' is not a template
xxx.hpp:153: error: explicit specialization of non-template
'boost::serialization::guid_defined'
xxx.hpp:153: error: expected initializer before '<' token
xxx.hpp:153: warning:
'boost::archive::detail::<unnamed>::init_guid<MyClass>::g' defined but
not used
Maybe extended_type_info.hpp can be included in export.hpp ?
Fabien Castan