We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
unexpected<E>::error()
P2549R1 unexpected<E>::error()
It is unclear to me whether the editors will increase the value of __cpp_lib_expected when merging this paper.
__cpp_lib_expected
@miscco speculatively implemented this as part of #2643, so I believe that all that remains to be done is:
STL/stl/inc/yvals_core.h
Line 318 in 04ee878
The text was updated successfully, but these errors were encountered:
According to the corresponding editorial PR,
So this should be a "good first issue" and we may proceed in #2873?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
P2549R1
unexpected<E>::error()
It is unclear to me whether the editors will increase the value of
__cpp_lib_expected
when merging this paper.@miscco speculatively implemented this as part of #2643, so I believe that all that remains to be done is:
STL/stl/inc/yvals_core.h
Line 318 in 04ee878
The text was updated successfully, but these errors were encountered: