
6 Jun
2009
6 Jun
'09
6:51 a.m.
Tan, Tom (Shanghai) wrote:
Is it possible to use Boost.Test macros with std::wstring directly like this: BOOST_TEST_MESSAGE(L"test log"); ?
Boost.Test internally uses std::ostream. So if you want above to work you'll need to supply appropriate output method. Proper wide string support is not implemented yet. Gennadiy