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:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user