clang does not fully support <concepts>

This commit is contained in:
Andreas Fabri 2025-04-08 09:51:18 +01:00
parent a796551a2f
commit 9009ed5c8d
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public:
} // namespace CGAL
#if CGAL_CXX20
#if CGAL_CXX20 && __cpp_concepts >= 201911L
# include <concepts>
static_assert(std::regular<CGAL::Conforming_constrained_Delaunay_triangulation_vertex_data_3>);