This is the mail archive of the gcc@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]

Re: sstream support


| 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++>



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