Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71830 - trunk/boost/msm
From: christophe.j.henry_at_[hidden]
Date: 2011-05-08 12:40:42


Author: chenry
Date: 2011-05-08 12:40:41 EDT (Sun, 08 May 2011)
New Revision: 71830
URL: http://svn.boost.org/trac/boost/changeset/71830

Log:
updated according to the instructions on proto list (see [proto][phoenix][msm] proto limits increased to 10, phoenix broken on trunk (was: [phoenix] not playing nice with other libs))
Text files modified:
   trunk/boost/msm/proto_config.hpp | 18 +-----------------
   1 files changed, 1 insertions(+), 17 deletions(-)

Modified: trunk/boost/msm/proto_config.hpp
==============================================================================
--- trunk/boost/msm/proto_config.hpp (original)
+++ trunk/boost/msm/proto_config.hpp 2011-05-08 12:40:41 EDT (Sun, 08 May 2011)
@@ -13,22 +13,6 @@
 
 #define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
 
-#ifdef BOOST_MSVC
- #if BOOST_PROTO_MAX_ARITY <= 7
- #ifdef BOOST_MPL_LIMIT_METAFUNCTION_ARITY
- #undef BOOST_MPL_LIMIT_METAFUNCTION_ARITY
- #endif
- #define BOOST_MPL_LIMIT_METAFUNCTION_ARITY 7
- #define BOOST_PROTO_MAX_ARITY 7
- #endif
-#else
- #if BOOST_PROTO_MAX_ARITY <= 6
- #ifdef BOOST_MPL_LIMIT_METAFUNCTION_ARITY
- #undef BOOST_MPL_LIMIT_METAFUNCTION_ARITY
- #endif
- #define BOOST_MPL_LIMIT_METAFUNCTION_ARITY 6
- #define BOOST_PROTO_MAX_ARITY 6
- #endif
-#endif
+#include <boost/proto/proto_fwd.hpp>
 
 #endif //BOOST_MSM_PROTO_CONFIG_H


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk