Pages

July 31, 2012

C++ googletest and Visual Studio 11

Problem: http://stackoverflow.com/questions/8274588/c2977-stdtuple-too-many-template-arguments-msvc11

How to solve: on project properties got to C/C++ > Preprocessor > Preprocessor Definitions and add "_VARIADIC_MAX=10"

No comments:

Post a Comment