forked from boostorg/fusion
Use call_param for deducing type better.
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
#if N == 1
|
||||
explicit
|
||||
#endif
|
||||
map(BOOST_PP_ENUM_BINARY_PARAMS(N, T, const& arg))
|
||||
map(BOOST_PP_ENUM_BINARY_PARAMS(N, typename detail::call_param<T, >::type arg))
|
||||
: data(BOOST_PP_ENUM_PARAMS(N, arg)) {}
|
||||
|
||||
#undef N
|
||||
|
Reference in New Issue
Block a user