mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +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 some types used in testing. Refs #13245 Closes scylladb/scylladb#17485 * github.com:scylladb/scylladb: test/unit: add fmt::formatter for tree_test_key_base test: add printer for type for BOOST_REQUIRE_EQUAL test: add fmt::formatters test/perf: add fmt::formatters for scheduling_latency_measurer and perf_result