This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: sstream
- To: gcc at gcc dot gnu dot org, magfr56 at hotmail dot com
- Subject: Re: sstream
- From: Benjamin Kosnik <bkoz at rcygnus dot com>
- Date: Wed, 16 Feb 2000 10:20:30 -0800
> I got so tired of not being able to use stringstreams that I wrote this. It
> is probably not all according to the standard but it is a lot better than
> the nothing that we have got currently. I suppose that I had been better of
> working on libstdc++-v3 but this was faster.
v3 already has working stringstreams. Even standards-compliant
stringstreams. Perhaps you should use them?
-Benjamin