diff options
Diffstat (limited to 'libstdc++-v3/src/strstream.cc')
-rw-r--r-- | libstdc++-v3/src/strstream.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libstdc++-v3/src/strstream.cc b/libstdc++-v3/src/strstream.cc index ba5e847..10d23b0 100644 --- a/libstdc++-v3/src/strstream.cc +++ b/libstdc++-v3/src/strstream.cc @@ -24,7 +24,8 @@ #include <string.h> #include <limits.h> -__STL_BEGIN_NAMESPACE +namespace std +{ // strstreambuf constructor, destructor. @@ -420,7 +421,7 @@ char* strstream::str() return _M_buf.str(); } -__STL_END_NAMESPACE +} // namespace std // Local Variables: // mode:C++ |