From: Tim Finer (tfiner_at_[hidden])
Date: 2002-04-03 17:55:35


Hello.

I made a small change to lexical_cast.hpp to work with other bases:

after:
std::stringstream interpreter;

add:
interpreter.unsetf( std::ios_base::dec );

This makes all streams automatically detect base, instead of assuming
decimal.
Regards,
Tim