This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: dec-2001 libstdc++ outstanding
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Sun, 06 Jan 2002 11:17:43 +0100
- Subject: Re: dec-2001 libstdc++ outstanding
- References: <200201042357.g04NvIh31260@fillmore.constant.com>
Benjamin Kosnik wrote:
> 2001-12-06
> PR3860 and wofstreams
> http://gcc.gnu.org/ml/libstdc++/2001-12/msg00099.html
> on my top 3 list
PR5286, just in, is essentially a duplicate of PR3860. It adds a "work-around"
of the type
wstring s = L"hello";
ws.write( s.c_str(), s.size() * sizeof( wchar_t ) );
which, however, leads to an output 5*4 bytes long.
Cheers,
Paolo.