Skip to content
Snippets Groups Projects
Commit 5fc0bf69 authored by Joe Sylve's avatar Joe Sylve
Browse files

Fixed ABSL_INTERNAL_MACOS_CXX17_TYPES_UNAVAILABLE check

parent 74d91756
No related branches found
Tags v2.1.0
No related merge requests found
......@@ -375,7 +375,7 @@
// https://github.com/abseil/abseil-cpp/issues/207 and
// https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes
#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
#define ABSL_INTERNAL_MACOS_CXX17_TYPES_UNAVAILABLE 1
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment