$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost serialization of std::pair
From: Andrew Smith (smiffy75_at_[hidden])
Date: 2013-03-18 07:46:29
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
|