Home
last modified time | relevance | path

Searched refs:boost_wstr (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_containers_test.cpp56 boost::container::wstring boost_wstr(L"boost_wstr"); in testing_boost_containers_string_std_string() local
58 BOOST_CHECK(boost::lexical_cast<std::wstring>(boost_wstr) == L"boost_wstr"); in testing_boost_containers_string_std_string()