Ticket #6177: boost_parameter.patch

File boost_parameter.patch, 1.7 KB (added by anonymous, 11 years ago)
  • boost/parameter/name.hpp

     
    2727// Tag type passed to MPL lambda.
    2828struct lambda_tag;
    2929
    30 struct name_tag_base 
     30struct name_tag_base
    3131{};
    3232
    3333template <class Tag>
  • boost/parameter/config.hpp

     
    77#define BOOST_PARAMETER_CONFIG_050403_HPP
    88
    99#ifndef BOOST_PARAMETER_MAX_ARITY
    10 # define BOOST_PARAMETER_MAX_ARITY 5
     10# define BOOST_PARAMETER_MAX_ARITY 8
    1111#endif
    1212
    1313#endif // BOOST_PARAMETER_CONFIG_050403_HPP
  • libs/parameter/doc/html/reference.html

     
    10941094<col class="field-name" />
    10951095<col class="field-body" />
    10961096<tbody valign="top">
    1097 <tr class="field"><th class="field-name">Default Value:</th><td class="field-body"><tt class="docutils literal">5</tt></td>
     1097<tr class="field"><th class="field-name">Default Value:</th><td class="field-body"><tt class="docutils literal">8</tt></td>
    10981098</tr>
    10991099</tbody>
    11001100</table>
  • libs/parameter/doc/reference.rst

     
    970970
    971971__ ../../../../boost/parameter/config.hpp
    972972
    973 :Default Value: ``5``
     973:Default Value: ``8``
    974974
    975975Tutorial
    976976========