Commit 6401164d by Paolo Carlini Committed by Paolo Carlini

stl_construct.h: Include <bits/move.h>.

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

	* include/bits/stl_construct.h: Include <bits/move.h>.

From-SVN: r151208
parent 55dd8445
2009-08-29 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/stl_construct.h: Include <bits/move.h>.
2009-08-29 Chris Jefferson <chris@bubblescope.net>
* include/bits/move.h (_GLIBCXX_FORWARD): Add.
......
......@@ -58,6 +58,7 @@
#define _STL_CONSTRUCT_H 1
#include <new>
#include <bits/move.h>
_GLIBCXX_BEGIN_NAMESPACE(std)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment