Commit 896b336b by Andreas Schwab Committed by Andreas Schwab

* include/backward/fstream.h: Define filebuf and wfilebuf.

From-SVN: r41048
parent ef14c259
2001-04-03 Andreas Schwab <schwab@suse.de>
* include/backward/fstream.h: Define filebuf and wfilebuf.
2001-04-02 Phil Edwards <pme@sources.redhat.com> 2001-04-02 Phil Edwards <pme@sources.redhat.com>
New concept checking implementation. New concept checking implementation.
......
...@@ -30,11 +30,13 @@ ...@@ -30,11 +30,13 @@
#include <bits/std_fstream.h> #include <bits/std_fstream.h>
using std::filebuf;
using std::ifstream; using std::ifstream;
using std::ofstream; using std::ofstream;
using std::fstream; using std::fstream;
#ifdef _GLIBCPP_USE_WCHAR_T #ifdef _GLIBCPP_USE_WCHAR_T
using std::wfilebuf;
using std::wifstream; using std::wifstream;
using std::wofstream; using std::wofstream;
using std::wfstream; using std::wfstream;
......
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