Subject: Re: [Boost-users] [serialization] Support for Boost.Container?
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2013-02-07 12:45:00


El 06/02/2013 22:56, Jensen, Erik A escribió:
> I see that Boost.Serialization has support for serializing STL
> containers, such as std::vector. However, I can’t seem to serialize a
> boost::container::vector. Do I need to do something special to get this
> to work, or is it not supported? I need guaranteed support for
> incomplete types, so I can’t use an STL vector.
>
> If it is not supported, what is my best bet, for now? Are there any
> plans to do so? Using Boost.Serialization with Boost.Container is
> something I would expect to just work, and it seems like most of the STL
> code could be reused.

I don't know much about Boost.Serialization support but the best you can
do is add a ticket to Boost.Container so at least this new feature is
not forgotten. Maybe we can get some help from people with
Boost.Serialization experience to get the work done.

Best,

Ion