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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 12 15:32:18 PDT 2023


philnik created this revision.
philnik added a reviewer: ldionne.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

These functions are used to ensure valid iterators are passed to PSTL algorithms, but can also be used for other interfaces.


Repository:
  rG LLVM Github Monorepo

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/check_iterators.h
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/algorithms/iterator_requirements.verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150493.521822.patch
Type: text/x-patch
Size: 17909 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230512/b7f5416e/attachment-0001.bin>


More information about the libcxx-commits mailing list