diff --git a/fmt/format.h b/fmt/format.h index 3f011661..b56b8589 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -2214,10 +2214,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]; @@ -2235,7 +2235,7 @@ struct ArgArray { } }; -template +template struct ArgArray { typedef Arg Type[N + 1]; // +1 for the list end Arg::NONE