2001-04-03 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* include/backward/fstream.h: Expose streampos to global
namespace.
From-SVN: r41064
+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
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