From 8a8ff6177c51cc63bb1e82f57c2b3fce787b71e3 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 17 Aug 2025 10:52:45 -0700 Subject: [PATCH] Remove deprecated and undocumented has_formatter --- include/fmt/base.h | 3 --- 1 file changed, 3 deletions(-) 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