Skip to content
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

Standardize vector algorithms dispatch #4544

Merged
merged 27 commits into from Apr 9, 2024

Conversation

AlexGuteniev
Copy link
Contributor

@AlexGuteniev AlexGuteniev commented Mar 31, 2024

Resolves #4531

(See somewhat-related #4453.)

@AlexGuteniev AlexGuteniev requested a review from a team as a code owner March 31, 2024 06:23
@StephanTLavavej StephanTLavavej added the enhancement Something can be improved label Mar 31, 2024
@StephanTLavavej StephanTLavavej self-assigned this Mar 31, 2024
stl/inc/algorithm Outdated Show resolved Hide resolved
stl/src/vector_algorithms.cpp Show resolved Hide resolved
stl/inc/xutility Outdated Show resolved Hide resolved
stl/inc/algorithm Outdated Show resolved Hide resolved
@StephanTLavavej StephanTLavavej removed their assignment Apr 3, 2024
@StephanTLavavej StephanTLavavej self-assigned this Apr 8, 2024
@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit d3c435b into microsoft:main Apr 9, 2024
35 checks passed
@StephanTLavavej
Copy link
Member

Thanks for this cleanup to improve maintainability! 🧹 🪄 😻

@AlexGuteniev AlexGuteniev deleted the dispatch branch April 10, 2024 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Something can be improved
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Vector algorithms with element size dispatch: standardize dispatching?
2 participants