Increase BOOST_PARAMETER_MAX_ARITY

This commit is contained in:
Andreas Fabri 2018-05-26 08:18:58 +01:00
parent 5af63b5893
commit ee02f35888
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// Needed for lloyd_optimize_mesh_2 which does it too late
// (and we don't want to spend the time on finding out who
// includes the header file that sets it too a value too low
#define BOOST_PARAMETER_MAX_ARITY 8
#define BOOST_PARAMETER_MAX_ARITY 12
#include <stdexcept>