mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-27 21:00:01 +01:00
Replace using with typedef for compatibility with gcc-4.6
This commit is contained in:
@@ -309,7 +309,7 @@ class basic_printf_context :
|
||||
using char_type = Char;
|
||||
|
||||
template <typename T>
|
||||
using formatter_type = printf_formatter<T>;
|
||||
struct formatter_type { typedef printf_formatter<T> type; };
|
||||
|
||||
private:
|
||||
using base = internal::context_base<OutputIt, basic_printf_context, Char>;
|
||||
|
||||
Reference in New Issue
Block a user