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
ef37aa40
Commit
ef37aa40
authored
Jan 07, 2010
by
zhanyong.wan
Browse files
Fixes a typo in gtest-port.h, by Manuel Klimek.
parent
276f4019
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/gtest/internal/gtest-port.h
include/gtest/internal/gtest-port.h
+1
-1
No files found.
include/gtest/internal/gtest-port.h
View file @
ef37aa40
...
@@ -358,7 +358,7 @@
...
@@ -358,7 +358,7 @@
// 2010 are the only mainstream compilers that come with a TR1 tuple
// 2010 are the only mainstream compilers that come with a TR1 tuple
// implementation. MSVC 2008 (9.0) provides TR1 tuple in a 323 MB
// implementation. MSVC 2008 (9.0) provides TR1 tuple in a 323 MB
// Feature Pack download, which we cannot assume the user has.
// Feature Pack download, which we cannot assume the user has.
#if (defined(__GNUC__) && (GTEST_GCC_VER_ >= 40000)) || _MS
V
_VER >= 1600
#if (defined(__GNUC__) && (GTEST_GCC_VER_ >= 40000)) || _MS
C
_VER >= 1600
#define GTEST_USE_OWN_TR1_TUPLE 0
#define GTEST_USE_OWN_TR1_TUPLE 0
#else
#else
#define GTEST_USE_OWN_TR1_TUPLE 1
#define GTEST_USE_OWN_TR1_TUPLE 1
...
...
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