$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Adam M (boost_at_[hidden])
Date: 2005-11-12 14:36:30
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