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