Remove deprecated aliases

This commit is contained in:
Victor Zverovich
2025-08-31 09:40:11 -07:00
parent 489fd7ca4b
commit e2f89e6d21

View File

@@ -3851,9 +3851,6 @@ template <typename OutputIt, typename Char> class generic_context {
public: public:
using char_type = Char; using char_type = Char;
using iterator = OutputIt; using iterator = OutputIt;
using parse_context_type FMT_DEPRECATED = parse_context<Char>;
template <typename T>
using formatter_type FMT_DEPRECATED = formatter<T, Char>;
enum { builtin_types = FMT_BUILTIN_TYPES }; enum { builtin_types = FMT_BUILTIN_TYPES };
constexpr generic_context(OutputIt out, constexpr generic_context(OutputIt out,