upped BOOST_RESULT_OF_NUM_ARGS for Phoenix

[SVN r71769]
This commit is contained in:
Daniel Walker 2011-05-06 19:55:35 +00:00
parent 5684a2f2b3
commit 1d146d010a
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#include <boost/utility/declval.hpp> #include <boost/utility/declval.hpp>
#ifndef BOOST_RESULT_OF_NUM_ARGS #ifndef BOOST_RESULT_OF_NUM_ARGS
# define BOOST_RESULT_OF_NUM_ARGS 10 # define BOOST_RESULT_OF_NUM_ARGS 16
#endif #endif
namespace boost { namespace boost {

View File

@ -155,7 +155,7 @@ void f() {
the type <code>F</code> to be a function pointer, the type <code>F</code> to be a function pointer,
function reference, member function pointer, or class function reference, member function pointer, or class
type. By default, <em>N</em> may be any value between 0 and 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 <code>BOOST_RESULT_OF_NUM_ARGS</code> to the maximum
value for <em>N</em>. Class template <code>result_of</code> value for <em>N</em>. Class template <code>result_of</code>
resides in the header <code>&lt;<a resides in the header <code>&lt;<a