From 375686b8e6891ce66b5816d3ebf7ba7db0c2a2a6 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Mon, 3 Feb 2014 20:05:23 +0000 Subject: [PATCH] include/boost/phoenix/core/limits.hpp remove definition of PHOENIX_LIMIT --- include/boost/phoenix/core/limits.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/boost/phoenix/core/limits.hpp b/include/boost/phoenix/core/limits.hpp index 7ed1917..a3920a1 100644 --- a/include/boost/phoenix/core/limits.hpp +++ b/include/boost/phoenix/core/limits.hpp @@ -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))