$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2005-05-28 10:40:22
On Sat, 28 May 2005 08:19:57 -0700, Robert Ramey wrote
> The serialization code for text archives (inluding xml) should be setting
> the local to an included "null locale" just to address situations
> like this. I'm not sure why its not working here.
We use an internal stringstream to convert the date to a string which is then
serialized into the archive -- it's our internal stringstream that is
apparently the problem.
Jeff