From e2f89e6d21aac5d6392b2291247bf62734b0f63c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 31 Aug 2025 09:40:11 -0700 Subject: [PATCH] Remove deprecated aliases --- include/fmt/format.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 9c0056db..54067946 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3851,9 +3851,6 @@ template class generic_context { public: using char_type = Char; using iterator = OutputIt; - using parse_context_type FMT_DEPRECATED = parse_context; - template - using formatter_type FMT_DEPRECATED = formatter; enum { builtin_types = FMT_BUILTIN_TYPES }; constexpr generic_context(OutputIt out,