Skip to content

Commit

Permalink
Fix warning C4702 emitted from format.h (MSVC) (#3866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baardi authored Feb 28, 2024
1 parent f68f452 commit ae1e93d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/fmt/format.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ae1e93d

Please sign in to comment.