std::tuple error on vs2012
zavatar opened this issue · 2 comments
zavatar commented
I will give two links to describe this issue:
- gtest issue: https://code.google.com/p/googletest/issues/detail?id=412&q=_VARIADIC_MAX&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary
- CMake pipermail: http://www.cmake.org/pipermail/cmake/2012-July/051197.html
I don't know how to solve this problem.
snikulov commented
Thank you for the report.
I've done intermediate patch on the master 137ae5c.
Could you please check if it solves this issue?
zavatar commented
It works well. Thank you.