mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 03:40:26 +08:00
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:
parent
3d7c9b7e5b
commit
12961d6516
@ -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
|
||||
|
@ -49,6 +49,7 @@ using std::wclog;
|
||||
|
||||
using std::endl;
|
||||
using std::ends;
|
||||
using std::flush;
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user