$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal D. Becker (nbecker_at_[hidden])
Date: 2002-11-20 08:13:35
>>>>> "Roland" == Roland Richter <roland_at_[hidden]> writes:
Roland> Dear all,
Roland> just a minor issue for the upcoming(?) lexical_cast in 1.30.0:
Roland> lexical_cast<bool>( "true" ) returns false,
Roland> since std::ios::boolalpha is not set by default.
Roland> How about changing this?
I believe we need a mechanism to set all the flags, not just this one.