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
This commit is contained in:
Phil Edwards 2001-02-23 17:47:34 +00:00
parent 3d7c9b7e5b
commit 12961d6516
2 changed files with 6 additions and 0 deletions

View 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

View File

@ -49,6 +49,7 @@ using std::wclog;
using std::endl;
using std::ends;
using std::flush;
#endif