From ec9bd2e3177e1f501e75656d0a0d6e0e511cc7e0 Mon Sep 17 00:00:00 2001 From: Andrey Khalyavin <halyavin@gmail.com> Date: Thu, 9 Jun 2022 16:12:17 +0300 Subject: 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 --- contrib/libs/cxxsupp/libcxx/include/__algorithm/count_if.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/libs/cxxsupp/libcxx/include/__algorithm/count_if.h') diff --git a/contrib/libs/cxxsupp/libcxx/include/__algorithm/count_if.h b/contrib/libs/cxxsupp/libcxx/include/__algorithm/count_if.h index 00f5d671da..1ec2d83394 100644 --- a/contrib/libs/cxxsupp/libcxx/include/__algorithm/count_if.h +++ b/contrib/libs/cxxsupp/libcxx/include/__algorithm/count_if.h @@ -14,7 +14,7 @@ #include <__iterator/iterator_traits.h> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) -#pragma GCC system_header +# pragma GCC system_header #endif _LIBCPP_BEGIN_NAMESPACE_STD -- cgit v1.2.3