Commit 12961d65 by Phil Edwards

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
parent 3d7c9b7e
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
......
......@@ -49,6 +49,7 @@ using std::wclog;
using std::endl;
using std::ends;
using std::flush;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment