diff --git a/include/fmt/core.h b/include/fmt/core.h index 5acd9923..9ad32e91 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1425,7 +1425,7 @@ template struct arg_mapper { return map(static_cast::type>(val)); } - FMT_CONSTEXPR FMT_INLINE auto map(detail::byte val) -> unsigned char { + FMT_CONSTEXPR FMT_INLINE auto map(detail::byte val) -> unsigned { return map(static_cast(val)); }