diff --git a/include/fmt/core.h b/include/fmt/core.h index 80e87e21..d37486d0 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1211,7 +1211,6 @@ template class format_arg_store { static constexpr unsigned long long types = is_packed ? internal::encode_types() : internal::is_unpacked_bit | num_args; - FMT_DEPRECATED static constexpr unsigned long long TYPES = types; format_arg_store(const Args&... args) : data_{internal::make_arg(args)...} {}