aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/backward/fstream.h
diff options
context:
space:
mode:
authorPeter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>2001-04-03 21:02:43 +0000
committerBenjamin Kosnik <bkoz@redhat.com>2001-04-03 21:02:43 +0000
commitaedeaa1a375bed3c2793b69b42fbc392fbb38902 (patch)
treecd8f7fc4da7c660a44d53be4b8e69ac37e6e7e80 /libstdc++-v3/include/backward/fstream.h
parent02af870f2f9c6d7386759f6d5a3e830a9e56e00c (diff)
2001-04-03 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* include/backward/fstream.h: Expose streampos to global namespace. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@41064 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 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