summaryrefslogtreecommitdiff
path: root/boost/fusion/tuple/detail/tuple_expand.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/tuple/detail/tuple_expand.hpp')
-rw-r--r--boost/fusion/tuple/detail/tuple_expand.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/fusion/tuple/detail/tuple_expand.hpp b/boost/fusion/tuple/detail/tuple_expand.hpp
index 026ab8f492..3909f647b8 100644
--- a/boost/fusion/tuple/detail/tuple_expand.hpp
+++ b/boost/fusion/tuple/detail/tuple_expand.hpp
@@ -32,8 +32,8 @@
explicit
#endif
tuple(BOOST_PP_ENUM_BINARY_PARAMS(
- N, typename detail::call_param<T, >::type _))
- : base_type(BOOST_PP_ENUM_PARAMS(N, _)) {}
+ N, typename detail::call_param<T, >::type arg))
+ : base_type(BOOST_PP_ENUM_PARAMS(N, arg)) {}
template <BOOST_PP_ENUM_PARAMS(N, typename U)>
BOOST_FUSION_GPU_ENABLED