
6 May
2007
6 May
'07
12:38 p.m.
Matthias Troyer wrote:
On 5 May 2007, at 06:16, Peter Dimov wrote:
* It isn't clear why a guid is marked as a primitive type for serialization purposes. Not doing so would allow the macro BOOST_GUID_ENABLE_SERIALIZATION to be dropped since
friend class boost::serialization::access;
template<class Archive> void serialize(Archive &ar, const unsigned int /* file_version */){ ar & data_; }
One will still need to include the serialization header to serialize boost::array .
Which serialization header?