diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1997-12-07 05:33:36 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1997-12-07 05:33:36 -0500 |
commit | 179b008f3e37dc8d713e78509fda6461dc203921 (patch) | |
tree | 239c153be4763236f69cadc0980e0105e1b9523c /libstdc++/fstream | |
parent | 79a7c7faab2f5378851ae26eeda8c15b80457d84 (diff) | |
download | gcc-179b008f3e37dc8d713e78509fda6461dc203921.tar.gz |
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++/fstream')
-rw-r--r-- | libstdc++/fstream | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++/fstream b/libstdc++/fstream new file mode 100644 index 00000000000..2c35ca92b03 --- /dev/null +++ b/libstdc++/fstream @@ -0,0 +1,7 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __FSTREAM__ +#define __FSTREAM__ +#include <fstream.h> +#endif |