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: Two minor patches for egcs-19971122



Hi,

> Here are two very minor patches for egcs-19971122 that I really like to
> see in the first release.  The first one should be sent to SGI as well.

> 	* Makefile.in (HEADERS): Modified list of headers to 
> 	install to include all of SGI STL headers especially hash_set and 
> 	hash_map, and added ANSI C++ style wrappers for fstream, iomanip, 
> 	iostream, and strstream.

> 	* fstream, iomanip, iostream, strstream: New forwarding headers
> 	added.

How about stringstream & sstream?  The C++ 3.0 book seems a little bit 
confusing to me.  At page 119 it says that in order to use
istringstream you have to include <stringstream>.  Later, at page 641,
there is an example where <sstream> is used for the same purpose.
None of these is included with egcs.

Tudor


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