This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/11818] istrstream::operator>> generates wrong output and corrupts source string
- From: "paolo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Aug 2003 14:43:27 -0000
- Subject: [Bug libstdc++/11818] istrstream::operator>> generates wrong output and corrupts source string
- References: <20030806011620.11818.llewins@raytheon.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11818
------- Additional Comments From paolo at gcc dot gnu dot org 2003-08-06 14:43 -------
> Just to clarify: i/ostrstream was never in the standard, it was a class in
> the old libg++, and is only retained in libstdc++ for backward compatibility.
> The standard has classes i/ostringstream.
Strictly speaking this "clarification" :) is incorrect: i/ostrstream *are* in
the standard (see Annex D, of _normative_ type) but only as deprecated feature.
Paolo.