mirror of https://github.com/CGAL/cgal
Merge branch 'releases/CGAL-4.8-branch'
Merges:
> d53efdd - Merge pull request #964 from afabri/Mesh_2-BOOST_PARAMETER_MAX_ARITY-GF
This commit is contained in:
commit
7700b73176
|
|
@ -1,3 +1,9 @@
|
|||
|
||||
// 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
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
#define CGAL_CT2_WANTS_TO_HAVE_EXTRA_ACTION_FOR_INTERSECTING_CONSTRAINTS
|
||||
|
|
|
|||
Loading…
Reference in New Issue