$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Boost.Test]: output_test_stream and wchar_t(i.e. woutput_test_stream)?
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-10-25 16:25:26
Boris Dušek <boris.dusek <at> gmail.com> writes:
>
>
> Hi,
>
> I am using Boost.Test and wanted to use the output_test_stream,
> however found out that it's stream of chars and my app uses
> strictly wchar_t. I also found that the output_test_stream inherits
> from basic_wrap_stringstream<char>::wrapped_stream - is there
> any plan to templatize output_test_stream itself?
You can submit feature request through trac.
Also you can submit patch t solve the issue ;o)
Gennadiy