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
This commit is contained in:
Peter Schmid 2001-04-03 21:02:43 +00:00 committed by Benjamin Kosnik
parent aa53cb52eb
commit cf54a76769
2 changed files with 7 additions and 0 deletions

View 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

View 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