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
2 changed files with 10 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue