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
The methods of cxx::expected and_then/or_else are calling callables without verifying if they contain a callable object.
cxx::expected
and_then
or_else
The text was updated successfully, but these errors were encountered:
iox-eclipse-iceoryx#599 expected is checking callables before executi…
db073ce
…ng them Signed-off-by: Christian Eltzschig <[email protected]>
iox-eclipse-iceoryx#599 adjusted copyright headers
8c04c1c
Signed-off-by: Christian Eltzschig <[email protected]>
Merge pull request #602 from ApexAI/iox-#599-check-callables-of-expec…
8dd4313
…ted-and-then-or-else iox-#599 check callables of-expected and then or else
1b16884
ccab251
Merge pull request eclipse-iceoryx#602 from ApexAI/iox-#599-check-cal…
2241ac6
…lables-of-expected-and-then-or-else iox-eclipse-iceoryx#599 check callables of-expected and then or else
elfenpiff
Successfully merging a pull request may close this issue.
Required information
The methods of
cxx::expected
and_then
/or_else
are calling callables without verifying if they contain a callable object.The text was updated successfully, but these errors were encountered: