From: Loren J. Rittle Date: Wed, 22 Nov 2000 18:06:53 +0000 (+0000) Subject: strstream.h: Reinstate the `using' statements. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5789a524a6f2b22957e266c35ee1602d071fba3d;p=gcc.git strstream.h: Reinstate the `using' statements. 2000-11-22 Loren J. Rittle * include/backward/strstream.h: Reinstate the `using' statements. From-SVN: r37660 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9077d5d561c..da15d56418f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2000-11-22 Loren J. Rittle + + * include/backward/strstream.h: Reinstate the `using' + statements. + 2000-11-22 Loren J. Rittle * src/Makefile.am (base_headers): Add missing backwards headers. diff --git a/libstdc++-v3/include/backward/strstream.h b/libstdc++-v3/include/backward/strstream.h index 0a6a129f4ef..6568ddc995b 100644 --- a/libstdc++-v3/include/backward/strstream.h +++ b/libstdc++-v3/include/backward/strstream.h @@ -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: