diff --git a/Mesh_3/include/CGAL/Mesh_3/Sliver_perturber.h b/Mesh_3/include/CGAL/Mesh_3/Sliver_perturber.h index 8383057a5be..f585fe63555 100644 --- a/Mesh_3/include/CGAL/Mesh_3/Sliver_perturber.h +++ b/Mesh_3/include/CGAL/Mesh_3/Sliver_perturber.h @@ -65,6 +65,9 @@ #include #ifdef CGAL_MESH_3_USE_RELAXED_HEAP +# error This option CGAL_MESH_3_USE_RELAXED_HEAP is no longer supported +// The reason is that the Boost relaxed heap does not ensure a strict order +// of the priority queue. #include #else #include