8 Sep
2009
8 Sep
'09
2:55 p.m.
On Tue, 08 Sep 2009 13:16:49 +0200, Hammond, John (UK New Malden)
Hello,
I am hoping someone could answer a question I have regarding the make_nvp(..) function of the Serialization library.
I am attempting to serialize a number of objects within a loop, and the name of the name-value-pair is to be assigned dynamically depending on some values taken from within the object that is to be serialized. I am currently performing the actions below:
my_obj = GetMyObj(..);
std::string temp = str( boost::format("x:%1% y:%2%") % _x % _y );
probably it is the presence of colons in the string? Try removing them and retry. Greetings, Luca