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
https://github.com/beman-project/Optional26/blob/bfeb9080c0d9c501965ae857a1decf7ed74686f5/include/Beman/Optional26/optional.hpp#L332-L338
The text was updated successfully, but these errors were encountered:
And the assignment operators:
https://github.com/beman-project/Optional26/blob/bfeb9080c0d9c501965ae857a1decf7ed74686f5/include/Beman/Optional26/optional.hpp#L432
Sorry, something went wrong.
And all emplace overloads, and swap, and reset.
emplace
swap
reset
There don't seem to be any tests using optional in constant expressions, except for a handful for and_then (but not the other monadic ops, see #42).
optional
and_then
The non-reference side is undertested.
steve-downey
No branches or pull requests
https://github.com/beman-project/Optional26/blob/bfeb9080c0d9c501965ae857a1decf7ed74686f5/include/Beman/Optional26/optional.hpp#L332-L338
The text was updated successfully, but these errors were encountered: