From 61b7af72ebcb73dca5199b373868c891e85291a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 14 Feb 2025 13:15:01 +0100 Subject: [PATCH] one extra tmp disable --- Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h b/Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h index 2ad95d310ad..4690ef410ad 100644 --- a/Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h +++ b/Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h @@ -73,7 +73,7 @@ class Constrained_triangulation_plus_2 using Self = Constrained_triangulation_plus_2; using Base = Tr_; using Constraint_hierarchy = Ctp_2_hierarchy_type; - static_assert(CGAL::is_nothrow_movable_v); +// static_assert(CGAL::is_nothrow_movable_v); protected: const auto& hierarchy() const { return static_cast(*this); } auto& hierarchy() { return static_cast(*this); }