diff --git a/include/fmt/core.h b/include/fmt/core.h index dec1412b..9db39267 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -696,7 +696,6 @@ struct formatter { formatter() = delete; }; -// DEPRECATED! // Specifies if T has an enabled formatter specialization. A type can be // formattable even if it doesn't have a formatter e.g. via a conversion. template diff --git a/include/fmt/format.h b/include/fmt/format.h index 47231f11..c152d88a 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2641,14 +2641,6 @@ extern template int snprintf_float(long double value, FMT_MODULE_EXPORT_BEGIN -template -using format_context_t FMT_DEPRECATED_ALIAS = - basic_format_context; - -template -using format_args_t FMT_DEPRECATED_ALIAS = - basic_format_args>; - /** \rst Constructs a `~fmt::format_arg_store` object that contains references