Closed
Description
When compiling in MSVC11, the compiler said:
error C2977: 'std::tuple' : too many template arguments
I've googled the error message, and according to the stackoverflow post, I added the following preprocessor to all cppformat projects:
_VARIADIC_MAX=10
and then it compiled successfully.
I wonder is it a good idea for the project maintainers add the above preprocessor to the default CMakefile.txt
when CMake found that the build environment is MSVC11?
Metadata
Metadata
Assignees
Labels
No labels