-
Notifications
You must be signed in to change notification settings - Fork 13.3k
P2562R1: constexpr
Stable Sorting
#105360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This paper consists of multiple parts. I will work on them sequentially in separate mrs.
|
I tried using the new "sub issues" feature to create tracking issues for those. |
Implementing `constexpr std::stable_sort`. This is part of P2562R1, tracked via issue #105360. Closes #119394 Co-authored-by: A. Jiang <[email protected]> Co-authored-by: Louis Dionne <[email protected]>
…nch (llvm#125284) `std::stable_sort` is `constexpr` since PR llvm#110320 But `radix_sort` branch is still non-`constexpr`. This PR fixes it. llvm#119394 llvm#105360
I wonder whether we should switch back to use placement new one day (currently |
Personally I feel |
Link: https://wg21.link/P2562R1
The text was updated successfully, but these errors were encountered: