This commit is contained in:
Andreas Fabri 2015-12-07 17:36:11 +01:00
parent 1985df8c89
commit 0e59c3488a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <fstream>
#ifdef BOOST_PARAMETER_MAX_ARITY
# if (BOOST_PARAMETER_MAX_ARITY < 12)
# if (BOOST_PARAMETER_MAX_ARITY < 8)
# error "BOOST_PARAMETER_MAX_ARITY must be at least 8 for CGAL::lloyd_optimize_mesh_2()"
# endif
#else