aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxx/include/semaphore
diff options
context:
space:
mode:
authorAndrey Khalyavin <halyavin@gmail.com>2022-06-09 16:12:17 +0300
committerAndrey Khalyavin <halyavin@gmail.com>2022-06-09 16:12:17 +0300
commitec9bd2e3177e1f501e75656d0a0d6e0e511cc7e0 (patch)
tree6b23a95fecf4c17de0a823d4662e8cdb6039515e /contrib/libs/cxxsupp/libcxx/include/semaphore
parent513d8035935699ef5f29d1f58750eadd48f5de6d (diff)
downloadydb-ec9bd2e3177e1f501e75656d0a0d6e0e511cc7e0.tar.gz
Update libc++ to 24c12bfb (5 Feb 2022).
Notable changes: * make _LIBCPP_ABI_UNSTABLE set _LIBCPP_ABI_VERSION * replace include utility with specific includes in __utility folder * disallow ranges:begin for array of incomplete types * move fpos to separate header * delete optional usage of type builtins that were never implemented * define ranges::views namespace in its own header * remove base class of the vector ref:1d141d911ba017f306cca431c3b56c25d495e54e
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/semaphore')
-rw-r--r--contrib/libs/cxxsupp/libcxx/include/semaphore2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/semaphore b/contrib/libs/cxxsupp/libcxx/include/semaphore
index 7dffc94b13..753d50f512 100644
--- a/contrib/libs/cxxsupp/libcxx/include/semaphore
+++ b/contrib/libs/cxxsupp/libcxx/include/semaphore
@@ -53,7 +53,7 @@ using binary_semaphore = counting_semaphore<1>;
#include <version>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
+# pragma GCC system_header
#endif
#ifdef _LIBCPP_HAS_NO_THREADS