* include/backward/fstream.h: Define filebuf and wfilebuf.
authorAndreas Schwab <schwab@suse.de>
Tue, 3 Apr 2001 08:49:38 +0000 (08:49 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Tue, 3 Apr 2001 08:49:38 +0000 (08:49 +0000)
From-SVN: r41048

libstdc++-v3/ChangeLog
libstdc++-v3/include/backward/fstream.h

index 465065977b16e976969c8aa03936e776bee22e9f..2cc0b3072504b953228d506d15d16a1a93b36323 100644 (file)
@@ -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.
index b98ee3c4c401a41d1f2ca79c46000b68f5c140b7..be6eb43e12f7ae478c1339c433181d7b1833c075 100644 (file)
 
 #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;