[libcxx-commits] [PATCH] D128611: [libc++] Implement `std::ranges::merge`
Hui via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jun 26 08:15:38 PDT 2022
huixie90 created this revision.
huixie90 added reviewers: philnik, ldionne, var-const.
Herald added a subscriber: mgorny.
Herald added a project: All.
huixie90 requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Implement `std::ranges::merge`. added unit tests
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D128611
Files:
libcxx/docs/Status/RangesAlgorithms.csv
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/ranges_merge.h
libcxx/include/algorithm
libcxx/include/module.modulemap.in
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/std/algorithms/alg.sorting/alg.merge/ranges_merge.pass.cpp
libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128611.440068.patch
Type: text/x-patch
Size: 32881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220626/fa06e543/attachment-0001.bin>
More information about the libcxx-commits
mailing list