[libcxx-commits] [PATCH] D130627: [libc++][ranges] implement `std::ranges::inplace_merge`

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 27 08:26:16 PDT 2022


huixie90 created this revision.
Herald added a subscriber: mgorny.
Herald added a project: All.
huixie90 updated this revision to Diff 448051.
huixie90 added a comment.
huixie90 updated this revision to Diff 448052.
huixie90 published this revision for review.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, libcxx-commits, sstefan1.
Herald added projects: libc++, LLVM.
Herald added a reviewer: libc++.

implement tests


huixie90 added a comment.

rebase


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130627

Files:
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/algorithm_family.h
  libcxx/include/__algorithm/inplace_merge.h
  libcxx/include/__algorithm/ranges_inplace_merge.h
  libcxx/include/__algorithm/stable_sort.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.merge/ranges_inplace_merge.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_dangling.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
  libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
  llvm/utils/gn/secondary/libcxx/include/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130627.448052.patch
Type: text/x-patch
Size: 51090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220727/9b26e532/attachment-0001.bin>


More information about the libcxx-commits mailing list