This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] A QoI problem with filebuf and POD charT != char, wchar_t
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>,Pétur Runólf sson <peturr02 at ru dot is>
- Date: Mon, 17 May 2004 15:42:39 +0200
- Subject: Re: [RFC] A QoI problem with filebuf and POD charT != char, wchar_t
- References: <40A8BEC4.2000808@suse.de>
Paolo Carlini wrote:
Ideas, suggestions??
Pétur, I think this is also related to your 14975: probably we should
replace those __check_facet with something smarter.
I wonder: would be OK wrt to the standard, treating _M_codecvt == 0
(that is, no usable codecvt facet) identically to always_noconv?
Paolo.