[llvm-branch-commits] [libcxx] [libc++][C++03] Update include guards (PR #109001)

Louis Dionne via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Oct 30 08:17:32 PDT 2024


================
@@ -41,7 +41,7 @@ template <class _ExecutionPolicy,
           enable_if_t<is_execution_policy_v<_RawPolicy>, int> = 0>
 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool
 any_of(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) {
-  _LIBCPP_REQUIRE_CPP17_FORWARD_ITERATOR(_ForwardIterator, "any_of requires a ForwardIterator");
+  _LIBCPP___CXX03_REQUIRE_CPP17_FORWARD_ITERATOR(_ForwardIterator, "any_of requires a ForwardIterator");
----------------
ldionne wrote:

Oops!

https://github.com/llvm/llvm-project/pull/109001


More information about the llvm-branch-commits mailing list