strstream.h: Reinstate the `using' statements.
authorLoren J. Rittle <ljrittle@acm.org>
Wed, 22 Nov 2000 18:06:53 +0000 (18:06 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 22 Nov 2000 18:06:53 +0000 (18:06 +0000)
2000-11-22  Loren J. Rittle  <ljrittle@acm.org>

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

From-SVN: r37660

libstdc++-v3/ChangeLog
libstdc++-v3/include/backward/strstream.h

index 9077d5d561c43ac5627b2bb7521e72c00d34ca02..da15d56418f5a75d1cdcd67c3f026f6658354e01 100644 (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.
index 0a6a129f4ef674aeca71214dc9695a1f718077ff..6568ddc995b42af9bc7c3ff0e133ac356be57ddc 100644 (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: