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

@ -3,7 +3,7 @@
Copyright (c) 2001-2011 Joel de Guzman
Copyright (c) 2006 Dan Marsden
Distributed under the Boost Software License, Version 1.0. (See accompanying
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/
#include <boost/fusion/container/deque/deque.hpp>