Clean up argument mapping

This commit is contained in:
Victor Zverovich
2019-06-09 21:10:09 -07:00
parent 5d9100fa2f
commit a291f07e1a
3 changed files with 101 additions and 151 deletions

View File

@@ -3025,7 +3025,7 @@ class format_int {
template <typename T, typename Char>
struct formatter<T, Char,
enable_if_t<internal::type_constant<T, Char>::value !=
internal::none_type>> {
internal::custom_type>> {
FMT_CONSTEXPR formatter() : format_str_(nullptr) {}
// Parses format specifiers stopping either at the end of the range or at the