This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] libstdc++/testsuite: Fix a 4402.cc compilation error


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]