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-3772 repeat_view's piecewise constructor is missing Postconditions #3462

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

CaseyCarter
Copy link
Contributor

Enforce the precondition when _CONTAINER_DEBUG_LEVEL > 0.

Drive-by: Fix conditional noexcept on the constructor, which requires adding conditional noexcept to make_from_tuple.

Enforce the precondition when `_CONTAINER_DEBUG_LEVEL > 0`.

Drive-by: Fix conditional noexcept on the constructor, which requires adding conditional noexcept to `make_from_tuple`.
@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 03:07
@CaseyCarter CaseyCarter mentioned this pull request Feb 13, 2023
61 tasks
@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 789e9ea into microsoft:main Feb 14, 2023
@StephanTLavavej
Copy link
Member

Thanks thanks thanks for fixing this issue in repeat_view! 😺 😺 😺

@CaseyCarter CaseyCarter deleted the lwg3772 branch February 14, 2023 02:53
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.

2 participants