diff --git a/include/fmt/base.h b/include/fmt/base.h index 81d8fc03..72ed6fa4 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -2797,9 +2797,6 @@ template concept formattable = is_formattable, Char>::value; #endif -template -using has_formatter FMT_DEPRECATED = std::is_constructible>; - // A formatter specialization for natively supported types. template struct formatter