2
0
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:
Eric Niebler
2011-05-10 01:27:46 +00:00
parent a7721351d3
commit 3d6ebc94e5

View File

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