mirror of
https://github.com/boostorg/proto.git
synced 2026-03-05 03:02:15 +00:00
fix BOOST_PP use in detail/decltype.hpp
[SVN r71856]
This commit is contained in:
@@ -63,7 +63,7 @@ namespace boost { namespace proto
|
||||
any(...);
|
||||
any operator=(any);
|
||||
any operator[](any);
|
||||
#define M0(Z, N, DATA) any operator()(BOOST_PP_ENUM_PARAMS_Z(Z, N, any BOOST_PP_INTERCEPT));
|
||||
#define M0(Z, N, DATA) any operator()(BOOST_PP_ENUM_PARAMS(N, any BOOST_PP_INTERCEPT));
|
||||
BOOST_PP_REPEAT(BOOST_PROTO_MAX_ARITY, M0, ~)
|
||||
#undef M0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user