Hi,<div><br></div><div>I am using Boost.Test and wanted to use the output_test_stream, however found out that it&#39;s stream of chars and my app uses strictly wchar_t. I also found that the output_test_stream inherits from basic_wrap_stringstream&lt;char&gt;::wrapped_stream - is there any plan to templatize output_test_stream itself? For now I have resorted to simply using std::wstringstream as a workaround.</div>
<div><br></div><div>Thanks,</div><div>Boris</div>