[libstdc++ PATCH] Fix <tempbuf.h>

Jakub Jelinek jakub@redhat.com
Fri Feb 22 05:47:00 GMT 2002


Hi!

Ok to commit?

2002-02-22  Jakub Jelinek  <jakub@redhat.com>

	* include/backward/tempbuf.h (get_temporary_buffer,
	return_temporary_buffer): Import from std namespace,
	not __gnu_cxx.

--- libstdc++-v3/include/backward/tempbuf.h.jj	Sun Jan  6 10:37:53 2002
+++ libstdc++-v3/include/backward/tempbuf.h	Fri Feb 22 14:38:22 2002
@@ -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 */

	Jakub



More information about the Libstdc++ mailing list