
26 Mar
2014
26 Mar
'14
11:42 p.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.