This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
PATCH: reinstate `using' statements in backward header
- To: libstdc++ at sourceware dot cygnus dot com
- Subject: PATCH: reinstate `using' statements in backward header
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- Date: Wed, 22 Nov 2000 05:46:32 -0600 (CST)
- Reply-to: rittle at rsch dot comm dot mot dot com
g++.old-deja/g++.robertl/eb39.C fails without this patch which
reinstates the `using' statements lost in a recent reorganization.
2000-11-22 Loren J. Rittle <ljrittle@acm.org>
* include/backward/strstream.h: Reinstate the `using'
statements.
Index: include/backward/strstream.h
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/include/backward/strstream.h,v
retrieving revision 1.2
diff -c -r1.2 strstream.h
*** strstream.h 2000/11/21 23:44:50 1.2
--- strstream.h 2000/11/22 11:35:44
***************
*** 152,157 ****
--- 152,162 ----
__STL_END_NAMESPACE
+ using std::strstreambuf;
+ using std::istrstream;
+ using std::ostrstream;
+ using std::strstream;
+
#endif /* __SGI_STL_STRSTREAM */
// Local Variables: