sstream support
Carlo Wood
carlo@runaway.xs4all.nl
Sat Sep 5 22:43:00 GMT 1998
| Hi Folks,
|
| The current C++ library implementation seems to be lacking
| sstream.h (string streams). Has this not been implemented?
How about #include <strstream>
It defines
class strstream;
The draft I got says that <sstream> should exist, this surprices
me too - but then I am not a guru in this field. (sstream should
define class stringstream;).
--
Carlo Wood <carlo@runaway.xs4all.nl>
/usr/local/egcs-cvs/include/g++>grep 'stringstream' *.h
stl_rope.h:// behave a little like basic_ostringstream<sequence::value_type> and a
/usr/local/egcs-cvs/include/g++>
More information about the Gcc
mailing list