--- src/3rdparty/legacy/spatialindexnavel/src/mvrtree/MVRTree.h.orig 2026-05-06 14:27:07 UTC +++ src/3rdparty/legacy/spatialindexnavel/src/mvrtree/MVRTree.h @@ -179,10 +179,6 @@ namespace SpatialIndex NNEntry(id_type id, IEntry* e, double f) : m_id(id), m_pEntry(e), m_minDist(f) {} ~NNEntry() {} - struct greater : public std::binary_function - { - bool operator()(const NNEntry* __x, const NNEntry* __y) const { return __x->m_minDist > __y->m_minDist; } - }; }; // NNEntry class NNComparator : public INearestNeighborComparator