From 461637efe885a75b396419024a1645aa928effed Mon Sep 17 00:00:00 2001 From: Alex Guteniev Date: Mon, 14 Aug 2023 19:31:46 +0300 Subject: [PATCH] true --- include/fmt/std.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/fmt/std.h b/include/fmt/std.h index 2d3faf05..61dee3f3 100644 --- a/include/fmt/std.h +++ b/include/fmt/std.h @@ -451,8 +451,7 @@ struct formatter, Char, #if defined(__cpp_lib_atomic_flag_test) && __cpp_lib_atomic_flag_test >= 201907L FMT_EXPORT template -struct formatter::value>> +struct formatter : formatter { template auto format(const std::atomic_flag& v, FormatContext& ctx) const