Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-05-06 08:38:41


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?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk