mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
Convert tri_comparators to return std::strong_ordering rather than int, to prevent confusion with less comparators. Downstream users are either also converted, or adjust the return type back to int, whichever happens to be simpler; in all cases the change it trivial.