Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-05-06 11:24:42


Matthias Troyer wrote:

> Thus, to summarize, the serialization of guid does not work since
> there is no serialization support for boost::array yet. This bug was
> masked by decalring the type primitive which works - by chance not
> not intent - for the text based archives. In order to fix
> serialization one has to
>
> - remove the declaration as primitive type
> - write serialization support for boost::array
> - include that header

Follow-up question. What needs to be included if guid::data_ is defined as
unsigned char[16] instead of boost::array?


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