mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 04:46:08 +00:00

`std::stable_sort` is `constexpr` since PR https://github.com/llvm/llvm-project/pull/110320 But `radix_sort` branch is still non-`constexpr`. This PR fixes it. #119394 #105360