
6 May
2007
6 May
'07
3:24 p.m.
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?