This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/11818] istrstream::operator>> generates wrong output and corrupts source string


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.


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