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: dec-2001 libstdc++ outstanding


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.



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