mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
upped BOOST_RESULT_OF_NUM_ARGS for Phoenix
[SVN r71769]
This commit is contained in:
parent
5684a2f2b3
commit
1d146d010a
@ -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 {
|
||||||
|
@ -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><<a
|
resides in the header <code><<a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user