forked from boostorg/fusion
Mitigate too noisy name-hiding warnings (C4453) on VS2015 Preview.
NOTE: This commit doesn't contain new preprocessed file to review easier.
This commit is contained in:
@ -65,10 +65,10 @@ namespace boost { namespace fusion
|
||||
template <BOOST_PP_ENUM_PARAMS(N, typename T)>
|
||||
BOOST_FUSION_GPU_ENABLED
|
||||
inline tuple<BOOST_PP_ENUM(N, BOOST_FUSION_REF, _)>
|
||||
tie(BOOST_PP_ENUM_BINARY_PARAMS(N, T, & _))
|
||||
tie(BOOST_PP_ENUM_BINARY_PARAMS(N, T, & arg))
|
||||
{
|
||||
return tuple<BOOST_PP_ENUM(N, BOOST_FUSION_REF, _)>(
|
||||
BOOST_PP_ENUM_PARAMS(N, _));
|
||||
BOOST_PP_ENUM_PARAMS(N, arg));
|
||||
}
|
||||
|
||||
#undef N
|
||||
|
Reference in New Issue
Block a user