Index: boost/parameter/config.hpp =================================================================== --- boost/parameter/config.hpp (revision 75637) +++ boost/parameter/config.hpp (working copy) @@ -7,7 +7,7 @@ #define BOOST_PARAMETER_CONFIG_050403_HPP #ifndef BOOST_PARAMETER_MAX_ARITY -# define BOOST_PARAMETER_MAX_ARITY 5 +# define BOOST_PARAMETER_MAX_ARITY 8 #endif #endif // BOOST_PARAMETER_CONFIG_050403_HPP Index: libs/parameter/doc/html/reference.html =================================================================== --- libs/parameter/doc/html/reference.html (revision 75637) +++ libs/parameter/doc/html/reference.html (working copy) @@ -1094,7 +1094,7 @@ -Default Value:5 +Default Value:8 Index: libs/parameter/doc/reference.rst =================================================================== --- libs/parameter/doc/reference.rst (revision 75637) +++ libs/parameter/doc/reference.rst (working copy) @@ -970,7 +970,7 @@ __ ../../../../boost/parameter/config.hpp -:Default Value: ``5`` +:Default Value: ``8`` Tutorial ========