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

include/boost/phoenix/core/limits.hpp Conditional definition of PHOENIX_LIMIT

This commit is contained in:
John Fletcher
2014-02-03 20:50:35 +00:00
parent b44cebad10
commit dfe670023a

View File

@@ -27,7 +27,9 @@
#define BOOST_PHOENIX_LIMIT BOOST_PROTO_MAX_ARITY
#endif
//#define PHOENIX_LIMIT BOOST_PHOENIX_LIMIT
#if !defined(PHOENIX_LIMIT)
#define PHOENIX_LIMIT BOOST_PHOENIX_LIMIT
#endif
#define BOOST_PHOENIX_LIMIT_STR BOOST_PP_STRINGIZE(BOOST_PHOENIX_PP_ROUND_UP(BOOST_PHOENIX_LIMIT))