CloudCompare / CCCoreLib

C++ library which provides data structures & algorithms for working with 3D point cloud data
Other
158 stars 51 forks source link

CGAL::No_intersection_tag is deprecated since CGAL 5.1 #107

Closed rjanvier closed 6 months ago

rjanvier commented 6 months ago

CGAL::No_constraint_intersection_requiring_constructions_tag is the strict equivalent. See https://www.cgal.org/2020/09/08/cgal51/

We now require at least CGAL 5.1 (from 2020)