Files
scylladb/schema_mutations.cc
Kefu Chai 640d573106 schema_mutations: add fmt::formatter for schema_mutations
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 `schema_mutations`,
and drop its operator<< .

Refs #13245

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>

Closes scylladb/scylladb#17815
2024-03-15 09:49:56 +02:00

7.2 KiB