BUG: cut/paste error in searchableExtrudedCircle

- use vector::removeCollinear a few places

COMP: incorrect initialization order in edgeFaceCirculator

COMP: Silence boost bind deprecation warnings (before CGAL-5.2.1)
This commit is contained in:
Mark Olesen
2022-04-21 09:45:28 +02:00
parent 8e6f2ca5de
commit 442c309dca
12 changed files with 38 additions and 29 deletions

View File

@ -90,6 +90,12 @@ Description
#ifndef NO_CGAL
// Silence boost bind deprecation warnings (before CGAL-5.2.1)
#include "CGAL/version.h"
#if defined(CGAL_VERSION_NR) && (CGAL_VERSION_NR < 1050211000)
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#endif
#include <CGAL/AABB_tree.h>
#include <CGAL/AABB_traits.h>
#include <CGAL/AABB_face_graph_triangle_primitive.h>