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: [RFC] A QoI problem with filebuf and POD charT != char, wchar_t


Pétur Runólfsson wrote:

The standard says that codecvt must be obtained "as if" by:

codecvt<charT,char,typename traits::state_type> a_codecvt =
use_facet<codecvt<charT,char,typename traits::state_type> >(getloc());


I see... 27.8.1.1, p5.

Too bad that because of that, a codecvt facet must *always* be present, even
when a reasonable behavior would be otherwise perfectly possible: indeed,
other, "looser", implementations implement that...

Ok, I'll move to something else, for now.

Thanks!
Paolo.


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