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

Do not deduce the return type of unique,remove[_if] of [forward_]list #4975

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

yqZhang4480
Copy link
Contributor

fixes #4968. It's similar to #4963.

@yqZhang4480 yqZhang4480 requested a review from a team as a code owner September 21, 2024 16:04
@StephanTLavavej StephanTLavavej added the bug Something isn't working label Sep 21, 2024
@StephanTLavavej StephanTLavavej self-assigned this Sep 22, 2024
@StephanTLavavej StephanTLavavej removed their assignment Sep 23, 2024
@StephanTLavavej
Copy link
Member

Perfect, thanks! 😻

@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 722e150 into microsoft:main Sep 28, 2024
39 checks passed
@StephanTLavavej
Copy link
Member

Thanks for removing this bug from the STL! 😹 🐞 🪄

@yqZhang4480 yqZhang4480 deleted the fix branch September 29, 2024 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Potential ODR violation linking C++17 and earlier with C++20 and later TUs that use container remove functions
3 participants