[libcxx-commits] [PATCH] D127834: [libc++][ranges] Implement `ranges::stable_sort`.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 20 11:09:20 PDT 2022
ldionne accepted this revision as: ldionne.
ldionne added a comment.
I'll let others give final approval, but this LGTM.
================
Comment at: libcxx/docs/Status/RangesAlgorithms.csv:77
Permutation,sort,`D127557 <https://llvm.org/D127557>`_,Konstantin Varlamov,✅
-Permutation,stable_sort,Konstantin Varlamov,n/a,In progress
+Permutation,stable_sort,Konstantin Varlamov,`D127834 <https://llvm.org/D127834>`_,Under review
Permutation,partial_sort,Konstantin Varlamov,n/a,In progress
----------------
Once you commit this, it'll be done, not under review.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127834/new/
https://reviews.llvm.org/D127834
More information about the libcxx-commits
mailing list