-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Implement P2517R1: Conditional noexcept
For apply
#2959
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Product code is great, but we should have test coverage with at least one noexcept
and one !noexcept
case.
tests/std/tests/P2517R1_apply_conditional_noexcept/test.compile.pass.cpp
Show resolved
Hide resolved
tests/std/tests/P2517R1_apply_conditional_noexcept/test.compile.pass.cpp
Show resolved
Hide resolved
tests/std/tests/P2517R1_apply_conditional_noexcept/test.compile.pass.cpp
Outdated
Show resolved
Hide resolved
tests/std/tests/P2517R1_apply_conditional_noexcept/test.compile.pass.cpp
Outdated
Show resolved
Hide resolved
tests/std/tests/P2517R1_apply_conditional_noexcept/test.compile.pass.cpp
Outdated
Show resolved
Hide resolved
tests/std/tests/P2517R1_apply_conditional_noexcept/test.compile.pass.cpp
Outdated
Show resolved
Hide resolved
@strega-nil-ms @CaseyCarter FYI, I pushed a conflict-free merge with |
LGTM, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I refuse to say that this looks good to me, but I approve the changes
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for strengthening our C++23 conformance! 🦾 😹 🎉 |
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com> Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com> Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
Fixes #2938
For review purposes: P2517R1.zip