Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80358 - in branches/release: . boost boost/utility libs libs/utility
From: eric_at_[hidden]
Date: 2012-09-01 23:29:42


Author: eric_niebler
Date: 2012-09-01 23:29:41 EDT (Sat, 01 Sep 2012)
New Revision: 80358
URL: http://svn.boost.org/trac/boost/changeset/80358

Log:
result_of limit bumped to 16, merge [71769] from trunk
Properties modified:
   branches/release/ (props changed)
   branches/release/boost/ (props changed)
   branches/release/boost/utility/ (props changed)
   branches/release/libs/ (props changed)
   branches/release/libs/utility/ (props changed)
Text files modified:
   branches/release/boost/utility/result_of.hpp | 2 +-
   branches/release/libs/utility/utility.htm | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: branches/release/boost/utility/result_of.hpp
==============================================================================
--- branches/release/boost/utility/result_of.hpp (original)
+++ branches/release/boost/utility/result_of.hpp 2012-09-01 23:29:41 EDT (Sat, 01 Sep 2012)
@@ -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
 
 // Use the decltype-based version of result_of by default if the compiler

Modified: branches/release/libs/utility/utility.htm
==============================================================================
--- branches/release/libs/utility/utility.htm (original)
+++ branches/release/libs/utility/utility.htm 2012-09-01 23:29:41 EDT (Sat, 01 Sep 2012)
@@ -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