From 8aaeff1a8effd56f8a7c3b487102afddbbe70351 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Wed, 29 Oct 2025 13:05:18 +0200 Subject: [PATCH] Pacify old clang (12); specifica pinstantiation of Arr_coordinate_converter --- Arrangement_on_surface_2/include/CGAL/Draw_aos/Arr_viewer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arrangement_on_surface_2/include/CGAL/Draw_aos/Arr_viewer.h b/Arrangement_on_surface_2/include/CGAL/Draw_aos/Arr_viewer.h index 3ed066c8515..26c10ec1dde 100644 --- a/Arrangement_on_surface_2/include/CGAL/Draw_aos/Arr_viewer.h +++ b/Arrangement_on_surface_2/include/CGAL/Draw_aos/Arr_viewer.h @@ -187,7 +187,7 @@ protected: } Buffer_for_vao::Local_point to_local_point(Point pt) const { - auto approx_pt = Arr_coordinate_converter(*m_arr.geometry_traits()).to_cartesian(pt); + auto approx_pt = Arr_coordinate_converter(*m_arr.geometry_traits()).to_cartesian(pt); return Buffer_for_vao::Local_point(approx_pt.dx(), approx_pt.dy(), approx_pt.dz()); }