This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: std::wstring_convert


On 23 March 2013 02:35, Mihai Moldovan wrote:
> Hi list, hi Jonathan,
>
> trying to use std::wstring_convert which is specified in the C++11 standard (
> section 22.3.3.2.2), I was greeted by a friendly compiler error message
> indicating that this class is not yet implemented in GCC.
>
> I have also checked the current SVN trunk (or well, rather grepped the git repo)
> and came up with only two HTML files mentioning it, but nothing in particular.
>
> Any ETA on that?
>
> According to bug #53683 ( http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53683 ),
> Jonathan planned to get around to it in June 2012, but probably has forgotten.

I haven't forgotten, but without std::codecvt_utf8 and similar new
facets I have no easy way to test if my implementation works or not.

I'll try to get it done for GCC 4.9


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