From e7fe2e73a4d76fa2beae418795c84eb1d8e0e001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 17 Nov 2025 18:59:57 +0100 Subject: [PATCH] push the constexpr back --- Snap_rounding_2/include/CGAL/Float_snap_rounding_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snap_rounding_2/include/CGAL/Float_snap_rounding_2.h b/Snap_rounding_2/include/CGAL/Float_snap_rounding_2.h index 6122970d19a..66d1630fdcc 100644 --- a/Snap_rounding_2/include/CGAL/Float_snap_rounding_2.h +++ b/Snap_rounding_2/include/CGAL/Float_snap_rounding_2.h @@ -185,7 +185,7 @@ void snap_rounding_scan(PointsRange &pts, PolylineRange &polylines, const Traits if(possibly(csq_dist_2(p, seg, bound)!=CGAL::LARGER)) { - if (std::is_same_v) + if constexpr (std::is_same_v) { internal::Evaluate evaluate; // We refine the pts to reduce the rounding shift and check again