Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71769 - in trunk: boost/utility libs/utility
From: daniel.j.walker_at_[hidden]
Date: 2011-05-06 15:55:36


Author: djwalker
Date: 2011-05-06 15:55:35 EDT (Fri, 06 May 2011)
New Revision: 71769
URL: http://svn.boost.org/trac/boost/changeset/71769

Log:
upped BOOST_RESULT_OF_NUM_ARGS for Phoenix
Text files modified:
   trunk/boost/utility/result_of.hpp | 2 +-
   trunk/libs/utility/utility.htm | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/utility/result_of.hpp
==============================================================================
--- trunk/boost/utility/result_of.hpp (original)
+++ trunk/boost/utility/result_of.hpp 2011-05-06 15:55:35 EDT (Fri, 06 May 2011)
@@ -27,7 +27,7 @@
 #include <boost/utility/declval.hpp>
 
 #ifndef BOOST_RESULT_OF_NUM_ARGS
-# define BOOST_RESULT_OF_NUM_ARGS 10
+# define BOOST_RESULT_OF_NUM_ARGS 16
 #endif
 
 namespace boost {

Modified: trunk/libs/utility/utility.htm
==============================================================================
--- trunk/libs/utility/utility.htm (original)
+++ trunk/libs/utility/utility.htm 2011-05-06 15:55:35 EDT (Fri, 06 May 2011)
@@ -155,7 +155,7 @@
                 the type <code>F</code> to be a function pointer,
                 function reference, member function pointer, or class
                 type. By default, <em>N</em> may be any value between 0 and
- 10. To change the upper limit, define the macro
+ 16. To change the upper limit, define the macro
                 <code>BOOST_RESULT_OF_NUM_ARGS</code> to the maximum
                 value for <em>N</em>. Class template <code>result_of</code>
                 resides in the header <code>&lt;<a


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