strstream.h: Reinstate the `using' statements.

2000-11-22  Loren J. Rittle  <ljrittle@acm.org>

        * include/backward/strstream.h: Reinstate the `using'
        statements.

From-SVN: r37660
This commit is contained in:
Loren J. Rittle 2000-11-22 18:06:53 +00:00 committed by Benjamin Kosnik
parent eed86de8ac
commit 5789a524a6
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-11-22 Loren J. Rittle <ljrittle@acm.org>
* include/backward/strstream.h: Reinstate the `using'
statements.
2000-11-22 Loren J. Rittle <ljrittle@acm.org>
* src/Makefile.am (base_headers): Add missing backwards headers.

View File

@ -152,6 +152,11 @@ private:
__STL_END_NAMESPACE
using std::strstreambuf;
using std::istrstream;
using std::ostrstream;
using std::strstream;
#endif /* __SGI_STL_STRSTREAM */
// Local Variables: