This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Two minor patches for egcs-19971122
- To: Greg Galloway <gregg at eoeml dot gtri dot gatech dot edu>
- Subject: Re: Two minor patches for egcs-19971122
- From: Tudor Hulubei <tudor at cs dot unh dot edu>
- Date: Mon, 24 Nov 1997 19:30:46 -0500
- Cc: egcs at cygnus dot com
- References: <199711241622.LAA08473@nospokes.gtri.gatech.edu>
- Reply-To: Tudor Hulubei <tudor at cs dot unh dot edu>
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