[libcxx-commits] [PATCH] D103330: [libcxx][nfc] splices non-modifying algorithms into their own headers
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 2 16:58:13 PDT 2021
cjdb updated this revision to Diff 349416.
cjdb added a comment.
rebases so Zoe can use this
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103330/new/
https://reviews.llvm.org/D103330
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/adjacent_find.h
libcxx/include/__algorithm/algorithm_functional.h
libcxx/include/__algorithm/all_of.h
libcxx/include/__algorithm/any_of.h
libcxx/include/__algorithm/count.h
libcxx/include/__algorithm/count_if.h
libcxx/include/__algorithm/equal.h
libcxx/include/__algorithm/find.h
libcxx/include/__algorithm/find_end.h
libcxx/include/__algorithm/find_first_of.h
libcxx/include/__algorithm/find_if.h
libcxx/include/__algorithm/find_if_not.h
libcxx/include/__algorithm/for_each.h
libcxx/include/__algorithm/for_each_n.h
libcxx/include/__algorithm/is_permutation.h
libcxx/include/__algorithm/mismatch.h
libcxx/include/__algorithm/none_of.h
libcxx/include/__algorithm/search.h
libcxx/include/__algorithm/search_n.h
libcxx/include/__functional/__search.h
libcxx/include/algorithm
libcxx/include/experimental/functional
libcxx/include/functional
libcxx/include/module.modulemap
libcxx/include/regex
libcxx/test/std/containers/sequences/array/compare.fail.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103330.349416.patch
Type: text/x-patch
Size: 103484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210602/749236b7/attachment-0001.bin>
More information about the libcxx-commits
mailing list