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_;