Added move ctors for vector and deque (deque for gcc partially working for now)

[SVN r80330]
This commit is contained in:
Joel de Guzman
2012-08-31 14:32:08 +00:00
parent 038976991e
commit 16de1dcd01
5 changed files with 183 additions and 1 deletions

View File

@@ -109,6 +109,7 @@ import testing ;
[ run sequence/vector_iterator.cpp : : : : ]
[ run sequence/vector_make.cpp : : : : ]
[ run sequence/vector_misc.cpp : : : : ]
[ run sequence/vector_move.cpp : : : : ]
[ run sequence/vector_mutate.cpp : : : : ]
[ run sequence/vector_n.cpp : : : : ]
[ run sequence/vector_tie.cpp : : : : ]