[libcxx-commits] [PATCH] D150493: [libc++] Add concepts that ensure a given iterator meets the syntactic requirements

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 7 13:42:33 PDT 2023


philnik updated this revision to Diff 529423.
philnik added a comment.

Try to fix CI


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150493/new/

https://reviews.llvm.org/D150493

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/pstl_any_all_none_of.h
  libcxx/include/__algorithm/pstl_fill.h
  libcxx/include/__algorithm/pstl_find.h
  libcxx/include/__algorithm/pstl_for_each.h
  libcxx/include/__algorithm/pstl_transform.h
  libcxx/include/__iterator/cpp17_iterator_concepts.h
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/algorithms/cpp17_iterator_concepts.verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150493.529423.patch
Type: text/x-patch
Size: 44133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230607/915e8ecd/attachment-0001.bin>


More information about the libcxx-commits mailing list