$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r67026 - sandbox/SOC/2010/phoenix3/boost/phoenix/core
From: thom.heller_at_[hidden]
Date: 2010-12-05 14:04:49
Author: theller
Date: 2010-12-05 14:04:46 EST (Sun, 05 Dec 2010)
New Revision: 67026
URL: http://svn.boost.org/trac/boost/changeset/67026
Log:
some limits changed
Text files modified: 
   sandbox/SOC/2010/phoenix3/boost/phoenix/core/limits.hpp |     8 +++++---                                
   1 files changed, 5 insertions(+), 3 deletions(-)
Modified: sandbox/SOC/2010/phoenix3/boost/phoenix/core/limits.hpp
==============================================================================
--- sandbox/SOC/2010/phoenix3/boost/phoenix/core/limits.hpp	(original)
+++ sandbox/SOC/2010/phoenix3/boost/phoenix/core/limits.hpp	2010-12-05 14:04:46 EST (Sun, 05 Dec 2010)
@@ -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