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
7a2563a5
Commit
7a2563a5
authored
Jan 24, 2018
by
Gennadiy Civil
Browse files
Merge branch 'master' of
https://github.com/google/googletest
parents
06c3cce8
ab9c44cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/include/gtest/internal/gtest-port.h
googletest/include/gtest/internal/gtest-port.h
+1
-1
No files found.
googletest/include/gtest/internal/gtest-port.h
View file @
7a2563a5
...
@@ -980,7 +980,7 @@ using ::std::tuple_size;
...
@@ -980,7 +980,7 @@ using ::std::tuple_size;
#endif
#endif
// _LIBCPP_VERSION is defined by the libc++ library from the LLVM project.
// _LIBCPP_VERSION is defined by the libc++ library from the LLVM project.
#if defined(__GLIBCXX__) || defined(_LIBCPP_VERSION)
#if defined(__GLIBCXX__) ||
(
defined(_LIBCPP_VERSION)
&& !defined(_MSC_VER))
# define GTEST_HAS_CXXABI_H_ 1
# define GTEST_HAS_CXXABI_H_ 1
#else
#else
# define GTEST_HAS_CXXABI_H_ 0
# define GTEST_HAS_CXXABI_H_ 0
...
...
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