aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/backward/fstream.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2001-04-03 08:49:38 +0000
committerAndreas Schwab <schwab@suse.de>2001-04-03 08:49:38 +0000
commit50cf3ed8e2d44359d5c26aa522f2f1e7076d1b54 (patch)
treeb375496132ca74b513948c3a77530c5ce2e53e50 /libstdc++-v3/include/backward/fstream.h
parenta7ae98bd358f2b063b97455d0cf07b767770ce14 (diff)
* include/backward/fstream.h: Define filebuf and wfilebuf.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@41048 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/backward/fstream.h')
-rw-r--r--libstdc++-v3/include/backward/fstream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/backward/fstream.h b/libstdc++-v3/include/backward/fstream.h
index b98ee3c4c40..be6eb43e12f 100644
--- a/libstdc++-v3/include/backward/fstream.h
+++ b/libstdc++-v3/include/backward/fstream.h
@@ -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;