* include/backward/fstream.h: Define filebuf and wfilebuf.
From-SVN: r41048
This commit is contained in:
parent
ef14c25902
commit
896b336b8c
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
New concept checking implementation.
|
||||
|
@ -30,11 +30,13 @@
|
||||
|
||||
#include <bits/std_fstream.h>
|
||||
|
||||
using std::filebuf;
|
||||
using std::ifstream;
|
||||
using std::ofstream;
|
||||
using std::fstream;
|
||||
|
||||
#ifdef _GLIBCPP_USE_WCHAR_T
|
||||
using std::wfilebuf;
|
||||
using std::wifstream;
|
||||
using std::wofstream;
|
||||
using std::wfstream;
|
||||
|
Loading…
Reference in New Issue
Block a user