mirror of
https://github.com/google/googletest.git
synced 2025-01-14 08:27:56 +08:00
Improved description of VS std::tuple support
This commit is contained in:
parent
a868e618c0
commit
8d9d6bb0a3
@ -83,6 +83,8 @@ include_directories(
|
|||||||
# <= VS 2010 <= 10 <= 1600 Use Google Tests's own tuple.
|
# <= VS 2010 <= 10 <= 1600 Use Google Tests's own tuple.
|
||||||
# VS 2012 11 1700 std::tr1::tuple + _VARIADIC_MAX=10
|
# VS 2012 11 1700 std::tr1::tuple + _VARIADIC_MAX=10
|
||||||
# VS 2013 12 1800 std::tr1::tuple
|
# VS 2013 12 1800 std::tr1::tuple
|
||||||
|
# VS 2015 14 1900 std::tuple
|
||||||
|
# VS 2017 15 >= 1910 std::tuple
|
||||||
if (MSVC AND MSVC_VERSION EQUAL 1700)
|
if (MSVC AND MSVC_VERSION EQUAL 1700)
|
||||||
add_definitions(/D _VARIADIC_MAX=10)
|
add_definitions(/D _VARIADIC_MAX=10)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user