You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(geo): use strict weak ordering in sortGeoPointDESC comparator (#3439)
The GEO sort DESC comparator used >= instead of >, violating the strict
weak
ordering requirement of std::sort and causing undefined behavior when
elements have equal distances.
0 commit comments