From 429489a098654e7c0cfdce7d0ccb916ec5a2147a Mon Sep 17 00:00:00 2001 From: Gregory Starck Date: Wed, 15 Jan 2020 16:29:27 -0500 Subject: [PATCH] Use a greater BOOST_PYTHON_MAX_ARITY (31) --- include/boost/python/detail/preprocessor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/detail/preprocessor.hpp b/include/boost/python/detail/preprocessor.hpp index 2c1b2e84ea..a07c08a667 100644 --- a/include/boost/python/detail/preprocessor.hpp +++ b/include/boost/python/detail/preprocessor.hpp @@ -26,7 +26,7 @@ # endif # ifndef BOOST_PYTHON_MAX_ARITY -# define BOOST_PYTHON_MAX_ARITY 15 +# define BOOST_PYTHON_MAX_ARITY 31 # endif # ifndef BOOST_PYTHON_MAX_BASES