From 621e9c17c58ab7ee3ec0faf3ec39e3565332593f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 31 Aug 2024 17:50:21 -0700 Subject: [PATCH] Clarify why we have TYPE in native_formatter --- include/fmt/base.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fmt/base.h b/include/fmt/base.h index 8f3ec3ad..45822f1c 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -2955,6 +2955,7 @@ FMT_API void vprint_mojibake(FILE*, string_view, format_args, bool = false); inline void vprint_mojibake(FILE*, string_view, format_args, bool) {} #endif +// TYPE can be different from type_constant, e.g. for __float128. template struct native_formatter { private: dynamic_format_specs specs_;