-
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
<optional>
: Fix exception specification for optional
's transform-construction
#3668
<optional>
: Fix exception specification for optional
's transform-construction
#3668
Conversation
making the exception specification consistent with `expected` Co-authored-by: S. B. Tam <[email protected]>
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.
Oh wow, we totally missed that. Thanks for the fix, @frederick-vs-ja!
tests/std/tests/P0798R8_monadic_operations_for_std_optional/test.cpp
Outdated
Show resolved
Hide resolved
tests/std/tests/P0798R8_monadic_operations_for_std_optional/test.cpp
Outdated
Show resolved
Hide resolved
Thanks! FYI @strega-nil-ms I pushed an expansion of test coverage after you approved. |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for fixing this bug in new code! 🐞 🛠️ 😻 |
Fixes #3667.