Searched refs:boost_wstr (Results 1 – 1 of 1) sorted by relevance
56 boost::container::wstring boost_wstr(L"boost_wstr"); in testing_boost_containers_string_std_string() local58 BOOST_CHECK(boost::lexical_cast<std::wstring>(boost_wstr) == L"boost_wstr"); in testing_boost_containers_string_std_string()