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

Adopt LWG-3555 {transform,elements}_view::iterator::iterator_concept should consider const-qualification of the underlying range #1989

Merged
merged 2 commits into from
Jun 29, 2021

Conversation

miscco
Copy link
Contributor

@miscco miscco commented Jun 9, 2021

I did not add tests yet, as we currently do not test it for elements_view at all and we should think about how / whether it makes sense to test this generically

@miscco miscco requested a review from a team as a code owner June 9, 2021 09:55
@miscco miscco mentioned this pull request Jun 9, 2021
36 tasks
@StephanTLavavej StephanTLavavej added the LWG Library Working Group issue label Jun 10, 2021
@StephanTLavavej StephanTLavavej changed the title Adopt LWG-3555 Adopt LWG-3555 {transform,elements}_view::*iterator*::iterator_concept should consider const-qualification of the underlying range Jun 10, 2021
@StephanTLavavej StephanTLavavej changed the title Adopt LWG-3555 {transform,elements}_view::*iterator*::iterator_concept should consider const-qualification of the underlying range Adopt LWG-3555 {transform,elements}_view::iterator::iterator_concept should consider const-qualification of the underlying range Jun 10, 2021
@StephanTLavavej StephanTLavavej added the ranges C++20/23 ranges label Jun 22, 2021
@CaseyCarter CaseyCarter removed their assignment Jun 24, 2021
@StephanTLavavej StephanTLavavej self-assigned this Jun 24, 2021
@StephanTLavavej StephanTLavavej merged commit 96b3678 into microsoft:main Jun 29, 2021
@StephanTLavavej
Copy link
Member

Thanks for implementing this LWG issue resolution and improving the quality of ranges! 😸

@miscco miscco deleted the LWG-3555 branch June 29, 2021 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LWG Library Working Group issue ranges C++20/23 ranges
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants