fstream.h: Expose streampos to global namespace.
authorPeter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
Tue, 3 Apr 2001 21:02:43 +0000 (21:02 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 3 Apr 2001 21:02:43 +0000 (21:02 +0000)
2001-04-03  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>

        * include/backward/fstream.h:  Expose streampos to global
          namespace.

From-SVN: r41064

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

index bc69ddef33da9e447b003644b71ff9c769a62309..ebba1ec4701252d9bb253b9b27d38e8593739a26 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-03  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
+
+        * include/backward/fstream.h:  Expose streampos to global
+          namespace.
+       
 2001-04-03  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
 
        * include/bits/stl_iterator_base_types.h: Fix typo
index be6eb43e12f7ae478c1339c433181d7b1833c075..b4ecd3d8cadea7e33aeb3ae6cb493e43f11daabd 100644 (file)
@@ -34,12 +34,14 @@ using std::filebuf;
 using std::ifstream;
 using std::ofstream;
 using std::fstream;
+using std::streampos
 
 #ifdef _GLIBCPP_USE_WCHAR_T
 using std::wfilebuf;
 using std::wifstream;
 using std::wofstream;
 using std::wfstream;
+using std::wstreampos
 #endif
 
 #endif