This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] libstdc++/testsuite: Fix a 4402.cc compilation error
- From: "Maciej W. Rozycki" <macro at codesourcery dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>, <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 11 Jun 2014 01:19:59 +0100
- Subject: Re: [PATCH] libstdc++/testsuite: Fix a 4402.cc compilation error
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot DEB dot 1 dot 10 dot 1406102010240 dot 3047 at tp dot orcam dot me dot uk> <20140610230339 dot GO30729 at redhat dot com>
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