Andrew Smith wrote:
> Hi,
>
> Is there any way of customizing the element names given to
> serialization of std::pair via xml_oarchive. Im think of something
> like the BOOST_SERIALIZATION_NVP mechanism. 
>
> In particular Im looking to serialize std::map with custom elemnet
> names to replace '<first>' and '<second>'
>
> Thanks
>
> Andy
>
 
there is no reason why you can't just copy the std::map serialization
and replace it with your own.
 
Robert Ramey
 
 

>
>
>
> _______________________________________________
> Boost-users mailing list
> Boost-users@lists.boost.org
> http://lists.boost.org/mailman/listinfo.cgi/boost-users