Added fusion::move algorithm

[SVN r82550]
This commit is contained in:
Joel de Guzman
2013-01-19 14:37:00 +00:00
parent f9d6e05676
commit ea0cad5800
2 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/*=============================================================================
Copyright (c) 2001-2013 Joel de Guzman
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)
==============================================================================*/
#if !defined(FUSION_INCLUDE_MOVE)
#define FUSION_INCLUDE_MOVE
#include <boost/fusion/algorithm/auxiliary/move.hpp>
#endif