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

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

This commit is contained in:
John Fletcher
2014-02-03 20:05:23 +00:00
parent 76513d7759
commit 375686b8e6

View File

@@ -27,7 +27,11 @@
#define BOOST_PHOENIX_LIMIT BOOST_PROTO_MAX_ARITY
#endif
#define PHOENIX_LIMIT BOOST_PHOENIX_LIMIT
//#ifndef PHOENIX_LIMIT
//#define PHOENIX_LIMIT BOOST_PHOENIX_LIMIT
//#elif
//#endif
#define BOOST_PHOENIX_LIMIT_STR BOOST_PP_STRINGIZE(BOOST_PHOENIX_PP_ROUND_UP(BOOST_PHOENIX_LIMIT))