aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2001-02-23 17:47:34 +0000
committerPhil Edwards <pme@gcc.gnu.org>2001-02-23 17:47:34 +0000
commit12961d65166c76d2a1cbcbe9944e4929a5920564 (patch)
tree660c8d0a0506d82fa27d7534c115ad0becf973db /libstdc++-v3
parent3d7c9b7e5b96c13586119a25e4e6141f060bf79d (diff)
downloadgcc-12961d65166c76d2a1cbcbe9944e4929a5920564.zip
gcc-12961d65166c76d2a1cbcbe9944e4929a5920564.tar.gz
gcc-12961d65166c76d2a1cbcbe9944e4929a5920564.tar.bz2
iostream.h: Expose std::flush in old headers.
2001-02-23 Phil Edwards <pme@sources.redhat.com> c++/2052 * include/backward/iostream.h: Expose std::flush in old headers. From-SVN: r40000
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/include/backward/iostream.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a8f35aa..1f1746a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-23 Phil Edwards <pme@sources.redhat.com>
+
+ c++/2052
+ * include/backward/iostream.h: Expose std::flush in old headers.
+
2001-02-23 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
* mknumeric_limits: Remove special-casing on target. Use gcc
diff --git a/libstdc++-v3/include/backward/iostream.h b/libstdc++-v3/include/backward/iostream.h
index 7656bce..0baf5d1 100644
--- a/libstdc++-v3/include/backward/iostream.h
+++ b/libstdc++-v3/include/backward/iostream.h
@@ -49,6 +49,7 @@ using std::wclog;
using std::endl;
using std::ends;
+using std::flush;
#endif