[libcxx-commits] [PATCH] D151573: [libc++][PSTL] Implement std::stable_sort
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 30 11:28:09 PDT 2023
philnik updated this revision to Diff 526729.
philnik marked 4 inline comments as done.
philnik added a comment.
Address comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151573/new/
https://reviews.llvm.org/D151573
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/pstl_backend.h
libcxx/include/__algorithm/pstl_backends/cpu_backend.h
libcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h
libcxx/include/__algorithm/pstl_backends/cpu_backends/stable_sort.h
libcxx/include/__algorithm/pstl_backends/cpu_backends/thread.h
libcxx/include/__algorithm/pstl_stable_sort.h
libcxx/include/algorithm
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/pstl.stable_sort.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151573.526729.patch
Type: text/x-patch
Size: 15232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230530/14e69d00/attachment-0001.bin>
More information about the libcxx-commits
mailing list