mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
MSVC workaround.
This commit is contained in:
parent
ce09e7e348
commit
a0e2f52247
@ -100,7 +100,8 @@ int TestVariadic(FMT_GEN(10, GET_TYPE), const fmt::ArgList &args) { \
|
|||||||
result += args[i].int_value; \
|
result += args[i].int_value; \
|
||||||
return result;
|
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>()
|
#define MAKE_ARG(n) S<n>()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user