Subject: Re: [Boost-users] How to make boost.test log wstring?
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2010-02-06 01:20:39


Alexey Badalov <don_reba <at> inbox.ru> writes:

>
> Boost.test logs to ostream, which does not have an operator for wstring.
> Consequently, I cannot test wstring values. How can I fix this?

You can send in a patch which will make Boost.Test work with both ostream and
wostream. Also you cna write an operator << (ostream&,wstring const&)

Gennadiy