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:
parent
aa53cb52eb
commit
cf54a76769
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue