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

LWG-3769 basic_const_iterator::operator== causes infinite constraint recursion #3459

Merged
merged 2 commits into from
Feb 14, 2023

Conversation

CaseyCarter
Copy link
Member

@CaseyCarter CaseyCarter commented Feb 13, 2023

We implemented an earlier version of the resolution, this is the final version approved by WG21.

Fixes #3458

…t recursion

We implemented an earlier version of the resolution, this is the final version approved by WG21.

Fixes microsoft#3436
@CaseyCarter CaseyCarter added the LWG Library Working Group issue label Feb 13, 2023
@CaseyCarter CaseyCarter requested a review from a team as a code owner February 13, 2023 01:59
@StephanTLavavej

This comment was marked as resolved.

@CaseyCarter

This comment was marked as resolved.

@StephanTLavavej StephanTLavavej self-assigned this Feb 13, 2023
@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 be588ec into microsoft:main Feb 14, 2023
@StephanTLavavej
Copy link
Member

Thanks for fixing this infinitely recurring issue! ♾️ 😹 🛠️

@CaseyCarter CaseyCarter deleted the lwg3769 branch February 14, 2023 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LWG Library Working Group issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LWG-3769 basic_const_iterator::operator== causes infinite constraint recursion
3 participants