mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 11:22:01 +00:00
before this change, we rely on the default-generated fmt::formatter created from operator<<, but fmt v10 dropped the default-generated formatter. in this change, we define formatters for `dht::ring_position_ext` and `dht::ring_position_view`, and drop their operator<<. Refs #13245 Closes scylladb/scylladb#17128 * github.com:scylladb/scylladb: db: add formatter for dht::ring_position_ext db: add formatter for dht::ring_position_view