iostream.h: Expose std::flush in old headers.
authorPhil Edwards <pme@gcc.gnu.org>
Fri, 23 Feb 2001 17:47:34 +0000 (17:47 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Fri, 23 Feb 2001 17:47:34 +0000 (17:47 +0000)
2001-02-23  Phil Edwards  <pme@sources.redhat.com>

c++/2052
* include/backward/iostream.h:  Expose std::flush in old headers.

From-SVN: r40000

libstdc++-v3/ChangeLog
libstdc++-v3/include/backward/iostream.h

index a8f35aa37817259eb8fab1b9401652e3026a7e03..1f1746aec1c4dc8f69974294ed5ee3d812d5c7ee 100644 (file)
@@ -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
index 7656bce6638a57699f6c71d292da609441c8555c..0baf5d1d13601217272dcb89b35aa2c56097a26d 100644 (file)
@@ -49,6 +49,7 @@ using std::wclog;
 
 using std::endl;
 using std::ends;
+using std::flush;
 
 #endif