mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 11:55:15 +00:00
instead of passing fmt string as a plain `const char*`, pass it as a consteval type, so that `fmt::format()` can perform compile-time format check against it and the formatted params. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes scylladb/scylladb#17656