mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-26 14:40:55 +02:00
Remove deprecated aliases
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user