[all-commits] [llvm/llvm-project] 1f0475: Revert "[libc++] Implement ranges::find_end, range...
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Jul 13 04:41:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f04759316204e677b7bc8c049ea259253a2795d
https://github.com/llvm/llvm-project/commit/1f04759316204e677b7bc8c049ea259253a2795d
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-07-13 (Wed, 13 Jul 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/find_end.h
M libcxx/include/__algorithm/iterator_operations.h
R libcxx/include/__algorithm/ranges_find_end.h
R libcxx/include/__algorithm/ranges_search.h
R libcxx/include/__algorithm/ranges_search_n.h
M libcxx/include/__algorithm/search.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__algorithm/set_intersection.h
M libcxx/include/__functional/default_searcher.h
M libcxx/include/__iterator/iterator_traits.h
M libcxx/include/__string/char_traits.h
M libcxx/include/algorithm
M libcxx/include/experimental/functional
M libcxx/include/module.modulemap.in
M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
M libcxx/test/libcxx/private_headers.verify.cpp
R libcxx/test/std/algorithms/alg.nonmodifying/alg.find.end/ranges.find_end.pass.cpp
R libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search.pass.cpp
R libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search_n.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
Revert "[libc++] Implement ranges::find_end, ranges::search{, _n}"
This reverts commit 76a76518507ccc59ccdad5b83f44dc8c3d9593c7.
More information about the All-commits
mailing list