summaryrefslogtreecommitdiff
path: root/src/third_party/abseil-cpp-master/abseil-cpp/absl/base/policy_checks.h
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2021-07-02 16:49:37 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-10 21:43:34 +0000
commit3845b16f0476ef8ea577b8eb09e34f23c76391f0 (patch)
tree26576a553feaa17fb345bebe555df66fb3138084 /src/third_party/abseil-cpp-master/abseil-cpp/absl/base/policy_checks.h
parent68aa95b1062bfd64b772836747304d9e3eca1476 (diff)
downloadmongo-3845b16f0476ef8ea577b8eb09e34f23c76391f0.tar.gz
SERVER-51476 upgrade to Abseil 20210324.1
(cherry picked from commit defbe4582778e3da3abdc23c73ef7639543ab380)
Diffstat (limited to 'src/third_party/abseil-cpp-master/abseil-cpp/absl/base/policy_checks.h')
-rw-r--r--src/third_party/abseil-cpp-master/abseil-cpp/absl/base/policy_checks.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/third_party/abseil-cpp-master/abseil-cpp/absl/base/policy_checks.h b/src/third_party/abseil-cpp-master/abseil-cpp/absl/base/policy_checks.h
index 0a07fc035e1..06b32439168 100644
--- a/src/third_party/abseil-cpp-master/abseil-cpp/absl/base/policy_checks.h
+++ b/src/third_party/abseil-cpp-master/abseil-cpp/absl/base/policy_checks.h
@@ -4,7 +4,7 @@
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
-// http://www.apache.org/licenses/LICENSE-2.0
+// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
@@ -41,7 +41,7 @@
#endif
// -----------------------------------------------------------------------------
-// Compiler Check
+// Toolchain Check
// -----------------------------------------------------------------------------
// We support MSVC++ 14.0 update 2 and later.
@@ -82,16 +82,6 @@
// Standard Library Check
// -----------------------------------------------------------------------------
-// We have chosen glibc 2.12 as the minimum as it was tagged for release
-// in May, 2010 and includes some functionality used in Google software
-// (for instance pthread_setname_np):
-// https://sourceware.org/ml/libc-alpha/2010-05/msg00000.html
-#if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
-#if !__GLIBC_PREREQ(2, 12)
-#error "Minimum required version of glibc is 2.12."
-#endif
-#endif
-
#if defined(_STLPORT_VERSION)
#error "STLPort is not supported."
#endif