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]

missing #include <sstream>


I was doing some programming, and I noticed something missing...

I currently have libstdc++2.9 and egcs-2.91.57 from 19980901. It
does not seem to have the sstream header file, needed for some nice
C++ stuff. It is a required header file for ANSI C++. Our friends at
http://www.dinkumware.com/htm_cpl/sstream.html seem to know about it.
Any work being done on suppling this? What is needed? Can we just copy
the MS VC++ version? Iit is just templates after all, so nothing further
than the header file is needed.

There seem to be several other things from the ANSI C++ list that are
missing. http://www.dinkumware.com/htm_cpl/ has the full list. Any work
being done on filling out the C++ suppport?

 -Erik

please cc replies to me, since I am not on this list...

--
Erik B. Andersen   Web:    http://www.inconnect.com/~andersen/ 
                   email:  andersee@debian.org
--This message was written using 73% post-consumer electrons--


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