------- Comment #12 from sebor at roguewave dot com 2009-01-09 16:57 ------- (In reply to comment #3) > Created an attachment (id=17044) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17044&action=view) [edit]
As others have mentioned, the codecvt facet in your test case is broken. The standard allows the codecvt::do_in() and do_out() members to return noconv only when both intern_type and extern_type are the same type. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38741