aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/backward/stream.h
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@purist.soma.redhat.com>2000-11-21 23:44:50 +0000
committerBenjamin Kosnik <bkoz@purist.soma.redhat.com>2000-11-21 23:44:50 +0000
commitd558caf0e7ff4477fa04f3294ab8147e40b658cc (patch)
tree66540c35133775ef91c8eb993f863bb3e193f95d /libstdc++-v3/include/backward/stream.h
parent90f04fdd7628131e5cae6988f3752fc5b584e247 (diff)
2000-11-21 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* include/backward/strstream.h: Replace with... * include/bits/std_strstream.h: ...this. Move. * include/backward/complex.h: Remove SGIisms. * include/backward/streambuf.h: Same. * include/backward/stream.h: Same. * include/backward/ostream.h: Same. * include/backward/istream.h: Same. * include/backward/iostream.h: Same. * include/backward/iomanip.h: Same. * include/backward/fstream.h: Same. * libsupc++/new.h: Add using declarations for bad_alloc, nothrow_t, and nothrow, move to ... * include/backward/new.h: ...here. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@37631 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/backward/stream.h')
-rw-r--r--libstdc++-v3/include/backward/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/backward/stream.h b/libstdc++-v3/include/backward/stream.h
index f829b0dd577..0207f693787 100644
--- a/libstdc++-v3/include/backward/stream.h
+++ b/libstdc++-v3/include/backward/stream.h
@@ -30,7 +30,7 @@
#include <backward/iostream.h>
-#endif /* _CPP_BACKWARD_STREAM_H */
+#endif
// Local Variables:
// mode:C++