diff --git a/src/ifcgeom/kernels/cgal/nef_to_halfspace_tree.h b/src/ifcgeom/kernels/cgal/nef_to_halfspace_tree.h index feb522991e..7785fef585 100644 --- a/src/ifcgeom/kernels/cgal/nef_to_halfspace_tree.h +++ b/src/ifcgeom/kernels/cgal/nef_to_halfspace_tree.h @@ -69,7 +69,7 @@ struct PlaneLess { // Functor to hash Plane_3 template struct PlaneHash { - size_t operator()(const CGAL::Plane_3& plane) const + size_t operator()(const CGAL::Plane_3& plane) const noexcept { // @todo why can I only get this to work on double? std::hash h;