mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-19 01:14:37 +08:00
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:
parent
eed86de8ac
commit
5789a524a6
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user