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

Properly test the resolution of LWG-4053 #4748

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

frederick-vs-ja
Copy link
Contributor

LWG-4053 was correctly implemented in #4685. However, the test cases merely tested LWG-4054.

Actually, LWG-4054 rendered LWG-4053 affect CTAD only. So this PR tests CTAD for repeat_view, although the divergence between CTAD and views::repeat indicates that users should always use the latter.

Its resolution affects CTAD only due to LWG-4054.
@frederick-vs-ja frederick-vs-ja requested a review from a team as a code owner June 26, 2024 17:25
@StephanTLavavej StephanTLavavej added test Related to test code ranges C++20/23 ranges labels Jun 26, 2024
@StephanTLavavej StephanTLavavej self-assigned this Jun 26, 2024
@StephanTLavavej StephanTLavavej removed their assignment Jun 26, 2024
@StephanTLavavej StephanTLavavej self-assigned this Jul 4, 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 8e56d6b into microsoft:main Jul 5, 2024
39 checks passed
@StephanTLavavej
Copy link
Member

Thanks for ensuring that the implementation is comprehensively tested! ✅ 🎉 😺

@frederick-vs-ja frederick-vs-ja deleted the test-lwg-4053 branch July 5, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ranges C++20/23 ranges test Related to test code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants