diff --git a/include/fmt/format.h b/include/fmt/format.h index 2860a078..71ae4ac7 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1342,7 +1342,8 @@ FMT_CONSTEXPR auto format_uint(Char* buffer, UInt value, int num_digits, return end; } -template +template ::value)> FMT_CONSTEXPR inline auto format_uint(OutputIt out, UInt value, int num_digits, bool upper = false) -> OutputIt { if (auto ptr = to_pointer(out, to_unsigned(num_digits))) {