Commit 64ca334a authored by Victor Zverovich's avatar Victor Zverovich

CharType -> Char

parent be613204
......@@ -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;
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment