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] Add <codecvt> and last pieces of C++11 std::lib


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


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