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++/iomanip | |
parent | 79a7c7faab2f5378851ae26eeda8c15b80457d84 (diff) | |
download | gcc-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++/iomanip')
-rw-r--r-- | libstdc++/iomanip | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++/iomanip b/libstdc++/iomanip new file mode 100644 index 0000000..8179485 --- /dev/null +++ b/libstdc++/iomanip @@ -0,0 +1,7 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __IOMANIP__ +#define __IOMANIP__ +#include <iomanip.h> +#endif |