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

Make join_view and join_with_view iterators default-constructible (the forgotten part of P2770R0) #4264

Merged
merged 3 commits into from
Jan 9, 2024

Conversation

cpplearner
Copy link
Contributor

P2770R0 changes these iterators to be unconditionally default-constructible. I missed this part in #3466.

This was discovered by libc++ test std/ranges/range.adaptors/range.join/range.join.iterator/ctor.default.pass.cpp.

@cpplearner cpplearner requested a review from a team as a code owner December 15, 2023 08:34
@StephanTLavavej StephanTLavavej added bug Something isn't working ranges C++20/23 ranges labels Dec 15, 2023
@StephanTLavavej

This comment was marked as outdated.

@StephanTLavavej StephanTLavavej self-assigned this Jan 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 c21ba55 into microsoft:main Jan 9, 2024
35 checks passed
@StephanTLavavej
Copy link
Member

Thanks for fixing this libcxx failure and completing this paper again! 😹 😻 🛠️

@cpplearner cpplearner deleted the join-iter-default-cons branch January 9, 2024 10:14
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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants