[libcxx-commits] [libcxx] [libc++] Improve the performance of std::make_heap a bit (PR #154092)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 15 04:16:47 PDT 2025
philnik777 wrote:
@mstorsjo `std::sort` also requires random access iterators, so I'm not quite sure why there is a `QSequentialIterable::BidirectionalIterator`. (I assume that's bidirectional only)
https://github.com/llvm/llvm-project/pull/154092
More information about the libcxx-commits
mailing list