summaryrefslogtreecommitdiff
path: root/boost/fusion/container/list/detail/list_forward_ctor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/list/detail/list_forward_ctor.hpp')
-rw-r--r--boost/fusion/container/list/detail/list_forward_ctor.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/fusion/container/list/detail/list_forward_ctor.hpp b/boost/fusion/container/list/detail/list_forward_ctor.hpp
index 941e2008d5..a5c8aa66c9 100644
--- a/boost/fusion/container/list/detail/list_forward_ctor.hpp
+++ b/boost/fusion/container/list/detail/list_forward_ctor.hpp
@@ -34,13 +34,13 @@
///////////////////////////////////////////////////////////////////////////////
#define N BOOST_PP_ITERATION()
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
#if N == 1
explicit
#endif
list(BOOST_PP_ENUM_BINARY_PARAMS(
- N, typename detail::call_param<T, >::type _))
- : inherited_type(list_to_cons::call(BOOST_PP_ENUM_PARAMS(N, _)))
+ N, typename detail::call_param<T, >::type arg))
+ : inherited_type(list_to_cons::call(BOOST_PP_ENUM_PARAMS(N, arg)))
{}
#undef N