From 5d59dcf66e6b11e5463c9e7fafbbca399204f6c1 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 22 May 2021 06:53:34 -0700 Subject: [PATCH] Remove deprecated aliases / undeprecate has_formatter --- include/fmt/core.h | 1 - include/fmt/format.h | 8 -------- 2 files changed, 9 deletions(-) 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