Fix warning C4702 emitted from format.h (MSVC)

This commit is contained in:
Bård Sigurd Møller 2024-02-24 17:05:02 +01:00
parent ddf0b7d2b5
commit d7927f9f06

View File

@ -2218,7 +2218,6 @@ FMT_CONSTEXPR FMT_INLINE auto write_int(OutputIt out, write_int_arg<T> arg,
case presentation_type::chr:
return write_char<Char>(out, static_cast<Char>(abs_value), specs);
}
return out;
}
template <typename Char, typename OutputIt, typename T>
FMT_CONSTEXPR FMT_NOINLINE auto write_int_noinline(OutputIt out,