diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-07 10:33:36 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-07 10:33:36 +0000 |
commit | 1a82cad7c5da0485c3f68231c34014ea6e4daaaf (patch) | |
tree | 239c153be4763236f69cadc0980e0105e1b9523c /libstdc++/strstream | |
parent | d509e46d9f23c4257954d2a64dee613af4e44871 (diff) | |
download | gcc-1a82cad7c5da0485c3f68231c34014ea6e4daaaf.tar.gz |
* iosfwd: New header.
* Makefile.in (HEADERS): Add it.
Sun Dec 7 02:32:20 1997 Gregory L. Galloway (gregg@eoeml.gtri.gatech.edu)
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16991 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++/strstream')
-rw-r--r-- | libstdc++/strstream | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++/strstream b/libstdc++/strstream new file mode 100644 index 00000000000..ee360e0b7e4 --- /dev/null +++ b/libstdc++/strstream @@ -0,0 +1,7 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __STRSTREAM__ +#define __STRSTREAM__ +#include <strstream.h> +#endif |