$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [serialization] of nested stl containers
From: Pablo Madoery (madoerypablo_at_[hidden])
Date: 2014-03-27 08:11:05
yes ! that is the problem. I forget to include <boost/serialization/list.hpp>.
Thank you !
On Thu, Mar 27, 2014 at 2:42 AM, Mathieu Champlon <m.champlon_at_[hidden]>wrote:
> 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.
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://listarchives.boost.org/mailman/listinfo.cgi/boost-users
>