mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 20:18:49 +00:00
Remove deprecated aliases / undeprecate has_formatter
This commit is contained in:
parent
c242dd402c
commit
5d59dcf66e
@ -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 <typename T, typename Context>
|
||||
|
@ -2641,14 +2641,6 @@ extern template int snprintf_float<long double>(long double value,
|
||||
|
||||
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
|
||||
Constructs a `~fmt::format_arg_store` object that contains references
|
||||
|
Loading…
Reference in New Issue
Block a user