Clarify why we have TYPE in native_formatter

This commit is contained in:
Victor Zverovich 2024-08-31 17:50:21 -07:00
parent bca7040556
commit 621e9c17c5

View File

@ -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<T>, e.g. for __float128.
template <typename T, typename Char, type TYPE> struct native_formatter {
private:
dynamic_format_specs<Char> specs_;