Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
8d9d6bb0
"googlemock/vscode:/vscode.git/clone" did not exist on "e5b88b227e6adfa7196575b1264384e718d16cab"
Unverified
Commit
8d9d6bb0
authored
Dec 07, 2017
by
Wojciech Mamrak
Committed by
GitHub
Dec 07, 2017
Browse files
Improved description of VS std::tuple support
parent
a868e618
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
googletest/CMakeLists.txt
googletest/CMakeLists.txt
+2
-0
No files found.
googletest/CMakeLists.txt
View file @
8d9d6bb0
...
...
@@ -83,6 +83,8 @@ include_directories(
# <= VS 2010 <= 10 <= 1600 Use Google Tests's own tuple.
# VS 2012 11 1700 std::tr1::tuple + _VARIADIC_MAX=10
# 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
)
add_definitions
(
/D _VARIADIC_MAX=10
)
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment