From cf54a76769cc64a792e48c2a87db2b48428cab41 Mon Sep 17 00:00:00 2001 From: Peter Schmid Date: Tue, 3 Apr 2001 21:02:43 +0000 Subject: [PATCH] fstream.h: Expose streampos to global namespace. 2001-04-03 Peter Schmid * include/backward/fstream.h: Expose streampos to global namespace. From-SVN: r41064 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/include/backward/fstream.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index bc69ddef33d..ebba1ec4701 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2001-04-03 Peter Schmid + + * include/backward/fstream.h: Expose streampos to global + namespace. + 2001-04-03 Peter Schmid * include/bits/stl_iterator_base_types.h: Fix typo diff --git a/libstdc++-v3/include/backward/fstream.h b/libstdc++-v3/include/backward/fstream.h index be6eb43e12f..b4ecd3d8cad 100644 --- a/libstdc++-v3/include/backward/fstream.h +++ b/libstdc++-v3/include/backward/fstream.h @@ -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