[libcxx-commits] [PATCH] D93233: [libc++] Replaces std::sort by Bitset sorting algorithm.
Nilay Vaish via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 3 11:50:49 PDT 2021
nilayvaish updated this revision to Diff 384547.
nilayvaish added a comment.
Fixed some compilation issues and reduced the number of changes in ordering of equivalent elements
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93233/new/
https://reviews.llvm.org/D93233
Files:
libcxx/include/__algorithm/nth_element.h
libcxx/include/__algorithm/sort.h
libcxx/include/__algorithm/stable_sort.h
libcxx/src/CMakeLists.txt
libcxx/src/algorithm.cpp
libcxx/src/legacy-sort.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93233.384547.patch
Type: text/x-patch
Size: 73751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211103/8dbb479c/attachment-0001.bin>
More information about the libcxx-commits
mailing list