From: Roland Richter (roland_at_[hidden])
Date: 2002-11-20 07:42:03


Dear all,

just a minor issue for the upcoming(?) lexical_cast in 1.30.0:

lexical_cast<bool>( "true" ) returns false,
since std::ios::boolalpha is not set by default.

How about changing this?

- Roland