From 82805a0c69b2f4c4604546f002b9b915a93a1206 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 10 Sep 2024 08:35:23 +0100 Subject: [PATCH] Re-add the fix --- STL_Extension/include/CGAL/hash_openmesh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STL_Extension/include/CGAL/hash_openmesh.h b/STL_Extension/include/CGAL/hash_openmesh.h index 49ae372f3ab..eb9c71d58f1 100644 --- a/STL_Extension/include/CGAL/hash_openmesh.h +++ b/STL_Extension/include/CGAL/hash_openmesh.h @@ -36,11 +36,11 @@ public: return false; } } - /* + operator OpenMesh::EdgeHandle () const { return OpenMesh::EdgeHandle(idx()); } - */ + bool operator<(const OMesh_edge& other) const { return this->idx() < other.idx();