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,