MDEV-34206 compile failure: fmt use incompatible with libfmt-10.2.[2]+ (7.1.3 compat)
Preserve compatibility with 7.1.3 by including the previous non-const function. The error was: fmt/format.h:3466:8: note: candidate function template not viable: no known conversion from 'const formatter<String, [2 * ...]>' to 'formatter<fmt::basic_string_view<char>, [2 * ...]>' for object argument 3466 | auto format(const T& val, FormatContext& ctx) -> decltype(ctx.out()) {
Showing
Please register or sign in to comment