$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Serialization] extended_type_info.hpp
From: fab (fabien.castan.dev_at_[hidden])
Date: 2010-02-04 01:54:01
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