diff --git a/include/fmt/core.h b/include/fmt/core.h index 9a2c92d8..0e3822e9 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1486,6 +1486,7 @@ template struct arg_mapper { return values; } +#ifdef FMT_DEPRECATED_IMPLICIT_ENUMS template ::value&& std::is_convertible::value && @@ -1496,6 +1497,7 @@ template struct arg_mapper { static_cast>(val))) { return map(static_cast>(val)); } +#endif template ::value && !has_formatter::value)>