aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/strstream
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1997-12-07 05:33:36 -0500
committerJason Merrill <jason@gcc.gnu.org>1997-12-07 05:33:36 -0500
commit179b008f3e37dc8d713e78509fda6461dc203921 (patch)
tree239c153be4763236f69cadc0980e0105e1b9523c /libstdc++/strstream
parent79a7c7faab2f5378851ae26eeda8c15b80457d84 (diff)
downloadgcc-179b008f3e37dc8d713e78509fda6461dc203921.zip
gcc-179b008f3e37dc8d713e78509fda6461dc203921.tar.gz
gcc-179b008f3e37dc8d713e78509fda6461dc203921.tar.bz2
iosfwd: New header.
* 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. From-SVN: r16991
Diffstat (limited to 'libstdc++/strstream')
-rw-r--r--libstdc++/strstream7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++/strstream b/libstdc++/strstream
new file mode 100644
index 0000000..ee360e0
--- /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