On Wed, 11 Jun 2014, Jonathan Wakely wrote:
> > The reason is cout is a plain character stream and does not accept wide
> > characters. An obvious fix is below, verified to produce correct output.
> >
> > OK to apply?
>
> Yes OK, thanks.
Committed, thanks for your review.
Maciej
On 10/06/14 20:24 +0100, Maciej W. Rozycki wrote:
The reason is cout is a plain character stream and does not accept wide
characters. An obvious fix is below, verified to produce correct output.
OK to apply?
Yes OK, thanks.
Hi,
I needed some diagnostics to sort out a failure observed on one of our
targets in 27_io/basic_ostream/inserters_arithmetic/wchar_t/4402.cc in the
libstdc++ test suite and defined the `TEST_NUMPUT_VERBOSE' macro referred
there. That resulted in a compilation error like below:
.../libstdc+