[Bug libstdc++/53683] cout doesn't support std::u16string

2013-11-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53683 --- Comment #8 from Jonathan Wakely --- Because your program is ill-formed, and not supposed to compile, so what you reported is not a bug.

[Bug libstdc++/53683] cout doesn't support std::u16string

2013-11-26 Thread rui.maciel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53683 --- Comment #7 from Rui Maciel --- Why is this bug marked as RESOLVED INVALID ?

[Bug libstdc++/53683] cout doesn't support std::u16string

2013-11-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53683 --- Comment #6 from Jonathan Wakely --- We also have but it needs a lot of work to re-use.

[Bug libstdc++/53683] cout doesn't support std::u16string

2013-11-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53683 --- Comment #5 from Jonathan Wakely --- (In reply to Ed Smith-Rowland from comment #4) > It looks like libcpp/charset.c might have a lot of the guts that could help > with the implementation of codecvt_utf8, etc. > > Maybe we could either get lib

[Bug libstdc++/53683] cout doesn't support std::u16string

2013-11-26 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53683 Ed Smith-Rowland <3dw4rd at verizon dot net> changed: What|Removed |Added CC||3dw4rd at ve

[Bug libstdc++/53683] cout doesn't support std::u16string

2012-06-15 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53683 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libstdc++/53683] cout doesn't support std::u16string

2012-06-15 Thread rui.maciel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53683 --- Comment #2 from Rui Maciel 2012-06-15 13:08:01 UTC --- (In reply to comment #1) > (In reply to comment #0) > > If, in the test program, std::u16string is replaced with std::u32string, the > > program is successfully compiled. > > That's surp

[Bug libstdc++/53683] cout doesn't support std::u16string

2012-06-15 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53683 Jonathan Wakely changed: What|Removed |Added Component|c++ |libstdc++ --- Comment #1 from Jonathan