mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
CharType -> Char
This commit is contained in:
@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user