This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] Add <codecvt> and last pieces of C++11 std::lib
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Mon, 19 Jan 2015 14:29:12 +0100
- Subject: Re: [patch] Add <codecvt> and last pieces of C++11 std::lib
- Authentication-results: sourceware.org; auth=none
- References: <20150116233830 dot GJ3360 at redhat dot com> <20150119132717 dot GF3360 at redhat dot com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Mon, Jan 19, 2015 at 01:27:17PM +0000, Jonathan Wakely wrote:
> On 16/01/15 23:38 +0000, Jonathan Wakely wrote:
> >This defines the C++11 header <codecvt> and adds the wstring_convert
> >and wbuffer_convert utilities.
>
> I've discovered that wasn't the last piece of the C++11 library, there
> were new constructors taking std::string added to std::locale and all
> the std::xxx_byname facets.
>
> It would be fixed by the attached patch (tested on x86_64-linux with
> old and new std::string), but we're in stage4 now so I'm not
> committing it yet.
If it is the only missing C++11 part, or close to that, I think it would be
still ok for trunk now.
Jakub