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

pinskia at physics dot uc dot edu gcc-bugzilla@gcc.gnu.org
Wed Aug 6 01:56:00 GMT 2003


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 pinskia at physics dot uc dot edu  2003-08-06 01:56 -------
istrstream is deprecated, it might be removed in a future version of the c++ standard.
istringstream produces what you expected, use that instead.



More information about the Gcc-bugs mailing list