summaryrefslogtreecommitdiff
path: root/boost/fusion/container/set/detail/set_forward_ctor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/container/set/detail/set_forward_ctor.hpp')
-rw-r--r--boost/fusion/container/set/detail/set_forward_ctor.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/fusion/container/set/detail/set_forward_ctor.hpp b/boost/fusion/container/set/detail/set_forward_ctor.hpp
index 9e6fd926d4..5d3961048c 100644
--- a/boost/fusion/container/set/detail/set_forward_ctor.hpp
+++ b/boost/fusion/container/set/detail/set_forward_ctor.hpp
@@ -27,13 +27,13 @@
#define N BOOST_PP_ITERATION()
- BOOST_FUSION_GPU_ENABLED
+ BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
#if N == 1
explicit
#endif
set(BOOST_PP_ENUM_BINARY_PARAMS(
- N, typename detail::call_param<T, >::type _))
- : data(BOOST_PP_ENUM_PARAMS(N, _)) {}
+ N, typename detail::call_param<T, >::type arg))
+ : data(BOOST_PP_ENUM_PARAMS(N, arg)) {}
#undef N
#endif // defined(BOOST_PP_IS_ITERATING)