Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2008-05-19 23:44:35


Author: eric_niebler
Date: 2008-05-19 23:44:35 EDT (Mon, 19 May 2008)
New Revision: 45571
URL: http://svn.boost.org/trac/boost/changeset/45571

Log:
increase mpl metafunction arity limit
Text files modified:
   branches/proto/v4/libs/phoenix/test/Jamfile.v2 | 5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)

Modified: branches/proto/v4/libs/phoenix/test/Jamfile.v2
==============================================================================
--- branches/proto/v4/libs/phoenix/test/Jamfile.v2 (original)
+++ branches/proto/v4/libs/phoenix/test/Jamfile.v2 2008-05-19 23:44:35 EDT (Mon, 19 May 2008)
@@ -9,6 +9,11 @@
 # bring in rules for testing
 import testing ;
 
+project
+ : requirements
+ <define>BOOST_MPL_LIMIT_METAFUNCTION_ARITY=10
+ ;
+
 local multi-threading = <library>/boost/thread//boost_thread
                         <threading>multi <define>BOOST_ALL_NO_LIB=1 ;
 


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