tempbuf.h: get_temporary_buffer and return_temporary_buffer are in namespace std...
authorPhilipp Thomas <pthomas@suse.de>
Fri, 22 Feb 2002 21:23:09 +0000 (21:23 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 22 Feb 2002 21:23:09 +0000 (21:23 +0000)
2002-02-22  Philipp Thomas  <pthomas@suse.de>

        * include/backward/tempbuf.h: get_temporary_buffer and
        return_temporary_buffer are in namespace std, not in __gnu_cxx.

From-SVN: r49973

libstdc++-v3/ChangeLog
libstdc++-v3/include/backward/tempbuf.h

index cde5b9552509bd7486d8382fd7f4c4bd3643ec78..bd2c2571712610c76b5184488c22a04e74e59f83 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-22  Philipp Thomas  <pthomas@suse.de>
+
+        * include/backward/tempbuf.h: get_temporary_buffer and
+        return_temporary_buffer are in namespace std, not in __gnu_cxx.
+
 2002-02-21  Benjamin Kosnik  <bkoz@redhat.com>
 
        * configure.in (target_alias): Default to yes.
index 617cbc33c08094eb3fb1b338dd8b81eed7df368b..f47e707808a7254ce16b9e92d971ee8ad2409465 100644 (file)
@@ -67,8 +67,8 @@
 #include <bits/stl_uninitialized.h>
 #include <ext/memory>
 
-using __gnu_cxx::get_temporary_buffer;
-using __gnu_cxx::return_temporary_buffer;
+using std::get_temporary_buffer;
+using std::return_temporary_buffer;
 using __gnu_cxx::temporary_buffer;
 
 #endif /* _CPP_BACKWARD_TEMPBUF_H */