Remove deprecated aliases / undeprecate has_formatter

This commit is contained in:
Victor Zverovich 2021-05-22 06:53:34 -07:00
parent c242dd402c
commit 5d59dcf66e
2 changed files with 0 additions and 9 deletions

View File

@ -696,7 +696,6 @@ struct formatter {
formatter() = delete; formatter() = delete;
}; };
// DEPRECATED!
// Specifies if T has an enabled formatter specialization. A type can be // 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. // formattable even if it doesn't have a formatter e.g. via a conversion.
template <typename T, typename Context> template <typename T, typename Context>

View File

@ -2641,14 +2641,6 @@ extern template int snprintf_float<long double>(long double value,
FMT_MODULE_EXPORT_BEGIN FMT_MODULE_EXPORT_BEGIN
template <typename OutputIt, typename Char = char>
using format_context_t FMT_DEPRECATED_ALIAS =
basic_format_context<OutputIt, Char>;
template <typename OutputIt, typename Char = char>
using format_args_t FMT_DEPRECATED_ALIAS =
basic_format_args<basic_format_context<OutputIt, Char>>;
/** /**
\rst \rst
Constructs a `~fmt::format_arg_store` object that contains references Constructs a `~fmt::format_arg_store` object that contains references