mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-15 06:54:05 +08:00
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
This commit is contained in:
parent
55dd844556
commit
6401164d19
@ -1,3 +1,7 @@
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user