summaryrefslogtreecommitdiff
path: root/boost/fusion/container/generation/detail/pp_deque_tie.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/generation/detail/pp_deque_tie.hpp')
-rw-r--r--boost/fusion/container/generation/detail/pp_deque_tie.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/fusion/container/generation/detail/pp_deque_tie.hpp b/boost/fusion/container/generation/detail/pp_deque_tie.hpp
index c3d7fc680e..9146118ec7 100644
--- a/boost/fusion/container/generation/detail/pp_deque_tie.hpp
+++ b/boost/fusion/container/generation/detail/pp_deque_tie.hpp
@@ -89,12 +89,12 @@ namespace boost { namespace fusion
}
template <BOOST_PP_ENUM_PARAMS(N, typename T)>
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
inline deque<BOOST_PP_ENUM(N, BOOST_FUSION_REF, _)>
- deque_tie(BOOST_PP_ENUM_BINARY_PARAMS(N, T, & _))
+ deque_tie(BOOST_PP_ENUM_BINARY_PARAMS(N, T, & arg))
{
return deque<BOOST_PP_ENUM(N, BOOST_FUSION_REF, _)>(
- BOOST_PP_ENUM_PARAMS(N, _));
+ BOOST_PP_ENUM_PARAMS(N, arg));
}
#undef N