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: C++11 header <codecvt>


On 28 February 2014 16:52, Stephen Clamage wrote:
> g++ 4.8.1 does not have C++11 header <codecvt>, although header <locale>
> does provide codecvt templates, and a private codecvt.h header.
>
> What are the plans for providing the actual <codecvt> header?

Hi Steve,

Our codecvt.h is not the <codecvt> required by the standard, it
doesn't define codecvt_utf8 etc.

I hope we will have those templates for the next release after 4.9.


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