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 only exception currently seems to be the hex library and tests.
The text was updated successfully, but these errors were encountered:
@chfast is this still valid? https://github.com/ethereum/evmc/blob/master/include/evmc/hex.hpp still has a few functions without noexcept probably because fo .reserve().
noexcept
.reserve()
Sorry, something went wrong.
You cannot mark all functions with noexcept. But you can compile without exception support -fno-exceptions.
-fno-exceptions
No branches or pull requests
The only exception currently seems to be the hex library and tests.
The text was updated successfully, but these errors were encountered: