Subject: Re: [Boost-users] serialization of c++0x or boost unordered_map
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-09-08 14:52:43


William Oquendo wrote:
> Dear all,
>
>
> I would like to know if is there a canonical way to use serialization
> for c++0x or boost unordered_map, like the provided for standards
> vectors with the file boost/serialization/vector.hpp .
>
>
> Thanks in advance.
>
> Best regards / Cordialmente,

Not yet, feel free to provide one. Should be just a clone of the hash
containers.

Robert Ramey