[libcxx-commits] [libcxx] [libc++] Simplify the implementation of std::sort a bit (PR #104902)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 22 05:20:26 PDT 2024


ldionne wrote:

Or should we have a fancier dispatching mechanism instead? Like `if (std::is_foating_point_v<T> && std::distance(first, last) > 100)`, something like that?

https://github.com/llvm/llvm-project/pull/104902


More information about the libcxx-commits mailing list