mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 03:00:25 +08:00
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
@ -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…
x
Reference in New Issue
Block a user