Files
Seth Hillbrand 788716490a Fix irreflexive comparator in cvpcb auto-association sort
sortListbyCmpValue used >= 0, which returns true when comparing
equal elements (Cmp returns 0 for equal strings). This violates
the irreflexivity requirement of strict weak ordering, causing
undefined behavior in std::sort.
2026-02-19 07:47:29 -08:00
..
2026-02-02 20:33:08 -05:00
2025-12-04 14:35:27 +00:00
2018-03-22 11:45:42 -04:00
2018-03-22 11:45:42 -04:00
2025-02-28 01:57:37 +00:00