$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matthias Troyer (troyer_at_[hidden])
Date: 2007-05-06 06:26:44
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 .
Matthias