|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r75811 - in trunk: boost/parameter libs/parameter/doc libs/parameter/doc/html
From: tim_at_[hidden]
Date: 2011-12-05 04:55:22
Author: timblechmann
Date: 2011-12-05 04:55:21 EST (Mon, 05 Dec 2011)
New Revision: 75811
URL: http://svn.boost.org/trac/boost/changeset/75811
Log:
[parameter] increase BOOST_PARAMETER_MAX_ARITY to 8
applying patch from ticket #6177
Text files modified:
trunk/boost/parameter/config.hpp | 2 +-
trunk/libs/parameter/doc/html/reference.html | 2 +-
trunk/libs/parameter/doc/reference.rst | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/boost/parameter/config.hpp
==============================================================================
--- trunk/boost/parameter/config.hpp (original)
+++ trunk/boost/parameter/config.hpp 2011-12-05 04:55:21 EST (Mon, 05 Dec 2011)
@@ -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
Modified: trunk/libs/parameter/doc/html/reference.html
==============================================================================
--- trunk/libs/parameter/doc/html/reference.html (original)
+++ trunk/libs/parameter/doc/html/reference.html 2011-12-05 04:55:21 EST (Mon, 05 Dec 2011)
@@ -1094,7 +1094,7 @@
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
-<tr class="field"><th class="field-name">Default Value:</th><td class="field-body"><tt class="docutils literal">5</tt></td>
+<tr class="field"><th class="field-name">Default Value:</th><td class="field-body"><tt class="docutils literal">8</tt></td>
</tr>
</tbody>
</table>
Modified: trunk/libs/parameter/doc/reference.rst
==============================================================================
--- trunk/libs/parameter/doc/reference.rst (original)
+++ trunk/libs/parameter/doc/reference.rst 2011-12-05 04:55:21 EST (Mon, 05 Dec 2011)
@@ -970,7 +970,7 @@
__ ../../../../boost/parameter/config.hpp
-:Default Value: ``5``
+:Default Value: ``8``
Tutorial
========
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