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

<ranges>: Fix a correctness-damaging typo in ranges::to #4218

Merged
merged 1 commit into from Nov 29, 2023

Conversation

StephanTLavavej
Copy link
Member

I'm working on an llvm-project update, and std/ranges/range.utility/range.utility.conv/to.pass.cpp found this bug.

I'm extending P1206R7_ranges_to_misc to cover this scenario. I also searched for other occurrences and didn't find any.

Found by `std/ranges/range.utility/range.utility.conv/to.pass.cpp`.
@StephanTLavavej StephanTLavavej added bug Something isn't working ranges C++20/23 ranges labels Nov 27, 2023
@StephanTLavavej StephanTLavavej requested a review from a team as a code owner November 27, 2023 17:30
@github-actions github-actions bot added this to Initial Review in Code Reviews Nov 27, 2023
@StephanTLavavej StephanTLavavej moved this from Initial Review to Final Review in Code Reviews Nov 27, 2023
@CaseyCarter CaseyCarter moved this from Final Review to Ready To Merge in Code Reviews Nov 28, 2023
@StephanTLavavej StephanTLavavej self-assigned this Nov 29, 2023
@StephanTLavavej
Copy link
Member Author

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

@StephanTLavavej StephanTLavavej merged commit 14f3b2d into microsoft:main Nov 29, 2023
37 checks passed
Code Reviews automation moved this from Ready To Merge to Done Nov 29, 2023
@StephanTLavavej StephanTLavavej deleted the ranges-to branch November 29, 2023 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ranges C++20/23 ranges
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants