Skip to content
New issue

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

Ensure that the core files can be compiled noexcept #600

Open
axic opened this issue May 20, 2021 · 2 comments
Open

Ensure that the core files can be compiled noexcept #600

axic opened this issue May 20, 2021 · 2 comments

Comments

@axic
Copy link
Member

axic commented May 20, 2021

The only exception currently seems to be the hex library and tests.

@axic
Copy link
Member Author

axic commented Aug 24, 2022

@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().

@chfast
Copy link
Member

chfast commented Aug 24, 2022

You cannot mark all functions with noexcept. But you can compile without exception support -fno-exceptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants