[libcxx-commits] [PATCH] D128744: [libc++][ranges] Implement `ranges::partial_sort`.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 2 18:51:16 PDT 2022


var-const marked 5 inline comments as done.
var-const added a comment.

@ldionne I took a stab at the `_Tag` approach we discussed, please let me know what you think. Among other things, do you think having algorithms default to `_STLClassic` be a good idea? It would avoid the need to update most callers.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128744/new/

https://reviews.llvm.org/D128744



More information about the libcxx-commits mailing list