Merge branch 'develop' of github.com:boostorg/fusion into develop

This commit is contained in:
Joel de Guzman
2015-01-05 15:04:34 +08:00
20 changed files with 246 additions and 44 deletions

View File

@ -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