id summary reporter owner description type status milestone component version severity resolution keywords cc 72 a bug when use std::wstring nobody kevlin "{{{ VC6 long i = 0; boost::lexical_cast(i); error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'class std::basic_string,class std::all ocator >' (or there is no acceptable conversion) i modify lexical_cast.hpp /*# ifdef BOOST_LEXICAL_CAST_USE_STRSTREAM std::strstream interpreter; // for out-of-the- box g++ 2.95.2 # else std::stringstream interpreter; # endif*/ # ifdef BOOST_LEXICAL_CAST_USE_STRSTREAM #ifdef UNICODE std::wstrstream interpreter; // for out-of-the-box g++ 2.95.2 #else std::strstream interpreter; #endif # else #ifdef UNICODE std::wstringstream interpreter; #else std::stringstream interpreter; #endif # endif }}}" Bugs closed lexical_cast None Fixed