This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Extending Temporary buffer for rvalues


... let's play safe.

Paolo.

//////////////
2009-08-29  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/stl_construct.h: Include <bits/move.h>.
Index: include/bits/stl_construct.h
===================================================================
--- include/bits/stl_construct.h	(revision 151207)
+++ include/bits/stl_construct.h	(working copy)
@@ -58,6 +58,7 @@
 #define _STL_CONSTRUCT_H 1
 
 #include <new>
+#include <bits/move.h>
 
 _GLIBCXX_BEGIN_NAMESPACE(std)
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]