2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-14 00:52:09 +00:00

some limits changed

[SVN r67026]
This commit is contained in:
Thomas Heller
2010-12-05 19:04:46 +00:00
parent 063867bd0b
commit b5b7a3ef09

View File

@@ -79,10 +79,12 @@
#if !defined(BOOST_PROTO_MAX_ARITY)
# define BOOST_PROTO_MAX_ARITY BOOST_PP_INC(PHOENIX_COMPOSITE_LIMIT)
# if !defined(BOOST_MPL_LIMIT_METAFUNCTION_ARITY)
# define BOOST_MPL_LIMIT_METAFUNCTION_ARITY BOOST_PROTO_MAX_ARITY
//# define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
# if defined(BOOST_MPL_LIMIT_METAFUNCTION_ARITY)
# undef BOOST_MPL_LIMIT_METAFUNCTION_ARITY
# endif
# define BOOST_MPL_LIMIT_METAFUNCTION_ARITY BOOST_PP_INC(BOOST_PROTO_MAX_ARITY)
//# define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
//# endif
#elif (BOOST_PROTO_MAX_ARITY < PHOENIX_COMPOSE_LIMIT)
# error "BOOST_PROTO_MAX_ARITY < PHOENIX_COMPOSE_LIMIT"
#endif