Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use a greater BOOST_PYTHON_MAX_ARITY (31)
  • Loading branch information
Gregory Starck committed Jan 15, 2020
commit 429489a098654e7c0cfdce7d0ccb916ec5a2147a
2 changes: 1 addition & 1 deletion include/boost/python/detail/preprocessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down