SimpleAmqpClient icon indicating copy to clipboard operation
SimpleAmqpClient copied to clipboard

GMake generated gtest_main VS 2012 project does not support variadic templates

Open stevehickman opened this issue 10 years ago • 2 comments

Need to add the following preprocessor define: _VARIADIC_MAX=10

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

for details.

stevehickman avatar Aug 20 '15 20:08 stevehickman

Need the same thing for the gtest and test_api VS2012 projects

stevehickman avatar Aug 20 '15 20:08 stevehickman

Yay MSVC... I'll look into what's necessary here.

alanxz avatar Aug 25 '15 04:08 alanxz