[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
Tue May 23 14:45:45 PDT 2023


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

Generate files


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
  libcxx/test/libcxx/private_headers.verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150493.524893.patch
Type: text/x-patch
Size: 24454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230523/49dd2520/attachment-0001.bin>


More information about the libcxx-commits mailing list