This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: reinstate `using' statements in backward header


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:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]