6 Feb
2010
6 Feb
'10
4:10 a.m.
On Fri, Feb 5, 2010 at 12:53 PM, Alexey Badalov
Boost.test logs to ostream, which does not have an operator for wstring. Consequently, I cannot test wstring values. How can I fix this?
For the time being you can convert it to a UTF-8 encoded std::string, it will not be a perfect mapping, but may be accurate enough for your needs until someone else suggests something better.