PrusaSlicer icon indicating copy to clipboard operation
PrusaSlicer copied to clipboard

Fix build on CGAL 5.5

Open hexane360 opened this issue 1 year ago • 0 comments

Fixes issue #9582. It does so by making the Visitor struct inherit CGAL::Polygon_mesh_processing::Corefinement::Default_visitor, which supplies default implementations of diagnostic methods. This should future-proof the code if CGAL decides to add more methods.

hexane360 avatar Feb 15 '23 16:02 hexane360