Commit cf54a767 by Peter Schmid Committed by Benjamin Kosnik

fstream.h: Expose streampos to global namespace.


2001-04-03  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>

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

From-SVN: r41064
parent aa53cb52
2001-04-03 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> 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 * include/bits/stl_iterator_base_types.h: Fix typo
2001-04-03 Andreas Schwab <schwab@suse.de> 2001-04-03 Andreas Schwab <schwab@suse.de>
......
...@@ -34,12 +34,14 @@ using std::filebuf; ...@@ -34,12 +34,14 @@ using std::filebuf;
using std::ifstream; using std::ifstream;
using std::ofstream; using std::ofstream;
using std::fstream; using std::fstream;
using std::streampos
#ifdef _GLIBCPP_USE_WCHAR_T #ifdef _GLIBCPP_USE_WCHAR_T
using std::wfilebuf; using std::wfilebuf;
using std::wifstream; using std::wifstream;
using std::wofstream; using std::wofstream;
using std::wfstream; using std::wfstream;
using std::wstreampos
#endif #endif
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment