commit | 56d7c4e1a836a7ef6e2823bffb8d1567758b82eb | [log] [tgz] |
---|---|---|
author | Kaido Kert <kaidokert@google.com> | Sat Apr 13 12:59:27 2024 -0700 |
committer | Kaido Kert <kaidokert@google.com> | Sat Apr 13 12:59:27 2024 -0700 |
tree | 359136e9f359e7bc93dbece2877890c21a81f7f8 | |
parent | b108943525536ed016362e9c99ce219a9c351109 [diff] [blame] |
Import Cobalt 24.master.0.1033952
diff --git a/third_party/llvm-project/libcxx/include/__algorithm/ranges_count.h b/third_party/llvm-project/libcxx/include/__algorithm/ranges_count.h index 527dd06..677ee38 100644 --- a/third_party/llvm-project/libcxx/include/__algorithm/ranges_count.h +++ b/third_party/llvm-project/libcxx/include/__algorithm/ranges_count.h
@@ -25,7 +25,7 @@ # pragma GCC system_header #endif -#if _LIBCPP_STD_VER > 17 +#if _LIBCPP_STD_VER >= 20 _LIBCPP_BEGIN_NAMESPACE_STD @@ -57,6 +57,6 @@ _LIBCPP_END_NAMESPACE_STD -#endif // _LIBCPP_STD_VER > 17 +#endif // _LIBCPP_STD_VER >= 20 #endif // _LIBCPP___ALGORITHM_RANGES_COUNT_H