diff --git a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h index d71b8b9aa8d..2ba3d3e00cb 100644 --- a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h +++ b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h @@ -132,7 +132,7 @@ template inline bool _is_empty (const Polygon_with_holes_2& pwh, typename Gps_polyline_traits::Traits&) { - return (pwh.outer_boundary().size() == 0); + return false; } template