Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
7a2563a5
Commit
7a2563a5
authored
Jan 24, 2018
by
Gennadiy Civil
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/google/googletest
parents
06c3cce8
ab9c44cc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
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