MSVC workaround.

This commit is contained in:
Victor Zverovich 2014-06-28 12:05:32 -07:00
parent ce09e7e348
commit a0e2f52247

View File

@ -100,7 +100,8 @@ int TestVariadic(FMT_GEN(10, GET_TYPE), const fmt::ArgList &args) { \
result += args[i].int_value; \
return result;
}
FMT_VARIADIC(int, TestVariadic, FMT_GEN(10, GET_TYPE))
FMT_VARIADIC(int, TestVariadic,
S<0>, S<1>, S<2>, S<3>, S<4>, S<5>, S<6>, S<7>, S<8>, S<9>)
#define MAKE_ARG(n) S<n>()