Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abseil-cpp
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
abseil-cpp
Commits
5fc0bf69
Commit
5fc0bf69
authored
Jun 25, 2019
by
Joe Sylve
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed ABSL_INTERNAL_MACOS_CXX17_TYPES_UNAVAILABLE check
parent
74d91756
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
absl/base/config.h
+1
-1
No files found.
absl/base/config.h
View file @
5fc0bf69
...
@@ -375,7 +375,7 @@
...
@@ -375,7 +375,7 @@
// https://github.com/abseil/abseil-cpp/issues/207 and
// https://github.com/abseil/abseil-cpp/issues/207 and
// https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes
// https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes
#if defined(__APPLE__) && defined(_LIBCPP_VERSION) && \
#if defined(__APPLE__) && defined(_LIBCPP_VERSION) && \
defined(__
MAC_OS_X_VERSION_MIN_REQUIRED__) &&
\
defined(__
ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) &&
\
__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 101400
__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 101400
#define ABSL_INTERNAL_MACOS_CXX17_TYPES_UNAVAILABLE 1
#define ABSL_INTERNAL_MACOS_CXX17_TYPES_UNAVAILABLE 1
#else
#else
...
...
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