diff --git a/fmt/format.h b/fmt/format.h index c2a4275a..68892d80 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -2157,10 +2157,10 @@ inline uint64_t make_type(const T &arg) { return MakeValue< BasicFormatter >::type(arg); } -template +template struct ArgArray; -template +template struct ArgArray { typedef Value Type[N > 0 ? N : 1]; @@ -2178,7 +2178,7 @@ struct ArgArray { } }; -template +template struct ArgArray { typedef Arg Type[N + 1]; // +1 for the list end Arg::NONE