From ca9906cd83a99919704e3842e072822b9dfce8fe Mon Sep 17 00:00:00 2001
From: Daniel James
Date: Wed, 7 Dec 2011 09:40:30 +0000
Subject: [PATCH] Quickbook: Merge from trunk to quickbook-dev.
[SVN r75846]
---
doc/html/reference.html | 2 +-
doc/reference.rst | 2 +-
include/boost/parameter/config.hpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/html/reference.html b/doc/html/reference.html
index d38d597..f76c28a 100644
--- a/doc/html/reference.html
+++ b/doc/html/reference.html
@@ -1094,7 +1094,7 @@ already #defined.
-| Default Value: | 5 |
+
|---|
| Default Value: | 8 |
diff --git a/doc/reference.rst b/doc/reference.rst
index 408a5ec..552a181 100644
--- a/doc/reference.rst
+++ b/doc/reference.rst
@@ -970,7 +970,7 @@ already ``#defined``.
__ ../../../../boost/parameter/config.hpp
-:Default Value: ``5``
+:Default Value: ``8``
Tutorial
========
diff --git a/include/boost/parameter/config.hpp b/include/boost/parameter/config.hpp
index e4fcc29..5710c92 100644
--- a/include/boost/parameter/config.hpp
+++ b/include/boost/parameter/config.hpp
@@ -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