[Bug c++/43586] Missing strstream.h file in Include directory
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Mar 29 20:26:00 GMT 2010
------- Comment #1 from pinskia at gcc dot gnu dot org 2010-03-29 20:26 -------
First off your find will only find files named exactly strstream.
And second strstream.h never existed and is not part of the C++ standard
(strstream is not either).
You should use stringstream instead.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43586
More information about the Gcc-bugs
mailing list