diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-22 18:06:53 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-22 18:06:53 +0000 |
commit | 91be7fe8fe3304be255e97a61ccacf0158158c6c (patch) | |
tree | a1f13b7a861bae20e21b6e9555514ae1ce74e2e4 /libstdc++-v3/include/backward | |
parent | 2b087cd4d695937dd5077c8ca8efb13d34dfb6db (diff) | |
download | gcc-91be7fe8fe3304be255e97a61ccacf0158158c6c.tar.gz |
2000-11-22 Loren J. Rittle <ljrittle@acm.org>
* include/backward/strstream.h: Reinstate the `using'
statements.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37660 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/backward')
-rw-r--r-- | libstdc++-v3/include/backward/strstream.h | 5 |
1 files changed, 5 insertions, 0 deletions
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: |