
27 Mar
2014
27 Mar
'14
5:42 a.m.
On 26/03/2014 19:44, Pablo Madoery wrote:
(...)
I'd like to know if I have to manually implement the serialization of this nested list. Because for example I haven't problems with maps that have inside a pair : map<string, pair<string, string> >.
Hi Pablo, You probably just need to #include <boost/serialization/list.hpp> Cheers, MAT.