CharType -> Char
This commit is contained in:
parent
be613204ab
commit
64ca334a2d
@ -377,8 +377,7 @@ class ArgFormatter;
|
||||
template <typename Impl, typename Char>
|
||||
class BasicPrintfArgFormatter;
|
||||
|
||||
template <typename CharType,
|
||||
typename ArgFormatter = fmt::ArgFormatter<CharType> >
|
||||
template <typename Char, typename ArgFormatter = fmt::ArgFormatter<Char> >
|
||||
class basic_formatter;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user