
12 Nov
2005
12 Nov
'05
7:36 p.m.
Hi, I am using Boost.Serialization to serialize a std::map<std::string, double>. It works fine, except that the precision on the double is not enough for my application. Is it possible to manipulate the precision used when serializing/deserializing double's within an STL container? I tried using setprecision(), but it doesn't understand the "&" stream operator that the Serialization library uses. Thanks, Adam