$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jody Hagins (jody-boost-011304_at_[hidden])
Date: 2007-05-15 13:21:35
On Tue, 15 May 2007 17:09:14 +0100
"John Maddock" <john_at_[hidden]> wrote:
Thanks, John!!!
I'm still not entirely sure I understand it, but it works ;-)
I tested it with a std::stringstream... in and out... and after setting
the stream precision large enough, the values in/out compared and the
test passed. I then used the same comparisons for the values when I
save/restore via my own code, and it works there too.
Thanks, again!