Merge branch 'origin/develop'

This commit is contained in:
Joel de Guzman
2014-03-18 23:44:59 +08:00

View File

@@ -83,7 +83,7 @@ namespace boost { namespace fusion { namespace detail
BOOST_FUSION_GPU_ENABLED BOOST_FUSION_GPU_ENABLED
map_impl(map_impl&& rhs) map_impl(map_impl&& rhs)
: rest_type(std::forward<rest_type>(*static_cast<rest_type*>(this))) : rest_type(std::forward<rest_type>(*static_cast<rest_type*>(&rhs)))
, element(std::forward<Pair>(rhs.element)) , element(std::forward<Pair>(rhs.element))
{} {}