-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Enable bidirectional optimization for non-common ranges in std::ranges::partition
#5887
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
Conversation
|
I think it's better to remove the issue number from the PR title. Things will be confusing if it goes into squashed commit message. |
std::ranges::partition (Fixes #5886)std::ranges::partition
|
Hi, just for completeness, this PR is not set to close the corresponding issue #5886 on merge. |
Hi, thanks for the reminder! I've updated the description. I actually wasn't aware of the auto-close feature. |
|
Thanks! 😻 I verified with a |
|
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
|
Thanks for optimizing this ranges algorithm, and congratulations on your first microsoft/STL commit! 🎉 😸 🚀 |
Fixes #5886.