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
We are breaking some laws regarding exception safety.
see all the noexcept methods for instances.
The text was updated successfully, but these errors were encountered:
basically 2 things.
To prevent allocations either use a union {} or a pointer std::unique_ptr or seastar::lw_shared_ptr
union {}
std::unique_ptr or seastar::lw_shared_ptr
that's it.
Sorry, something went wrong.
clang-tidy warns for this too. so all the superficial bugs were fixed.
emaxerrno
No branches or pull requests
We are breaking some laws regarding exception safety.
see all the noexcept methods for instances.
The text was updated successfully, but these errors were encountered: