This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: Strstream??
- To: Kevin Atkinson <kevinatk at home dot com>
- Subject: Re: Strstream??
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Tue, 22 Feb 2000 15:49:13 -0800 (PST)
- cc: libstdc++ at sourceware dot cygnus dot com
At some point in the hazy future, strstream will be implemented on top of
standards-conformant stringstreams. Thus this header will be supported
eventually.
This is not currently done.
There is no timetable to do it. Feel free to try.
-benjamin
On Tue, 22 Feb 2000, Kevin Atkinson wrote:
> Do you plan on including a backwards compatible strstream and
> strstream.h
> header files. Due to a lack of the far superior, sstream many people
> have
> relied on strstream. I know for one I have.