OSDN Git Service

2001-04-03 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Apr 2001 21:02:43 +0000 (21:02 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Apr 2001 21:02:43 +0000 (21:02 +0000)
        * include/backward/fstream.h:  Expose streampos to global
          namespace.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41064 138bc75d-0d04-0410-961f-82ee72b054a4

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

index bc69dde..ebba1ec 100644 (file)
@@ -1,5 +1,10 @@
 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
 
 2001-04-03  Andreas Schwab  <schwab@suse.de>
index be6eb43..b4ecd3d 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