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();