id summary reporter owner description type status milestone component version severity resolution keywords cc 6504 Compile error when casting std::string to containers::wstring Antony Polukhin Antony Polukhin "Test case: {{{ std::wstring std_wstr(L""std_wstr""); boost::container::wstring boost_wstr(L""boost_wstr""); BOOST_CHECK(boost::lexical_cast(boost_str) == L""boost_str""); BOOST_CHECK(boost::lexical_cast(std_str) == L""std_str""); }}}" Bugs closed Boost 1.50.0 lexical_cast Boost 1.48.0 Regression fixed