27 Jul
2013
27 Jul
'13
8:45 a.m.
On 07/26/2013 11:03 PM, D. R. Evans wrote:
1. Is serialization of standard unordered containers supported in version 1.54.0 of the boost libraries?
No, but you can add your own. Serialization of STL containers are implemented non-intrusively. See boost/serialization/set.hpp for an example.