-
Notifications
You must be signed in to change notification settings - Fork 310
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
cpp: Rename evmc::vm to evmc::VM #252
Conversation
Was this introduced in this release or is this a breaking change? The rest of the C++ interfaces are camel cased so this is consistent with it, with one exception: |
Nothing strict here, but have a feeling that types representing OOP classes should have camel case names. The The |
Both were added in 6.1: https://github.com/ethereum/evmc/blob/v6.1.1/include/evmc/evmc.hpp. |
@chfast reviving this? (Or deleting branch?) |
@chfast will |
62fb8af
to
017a311
Compare
I'm not sure about |
49f23f2
to
57082ec
Compare
This workarounds a bug in doxygen which incorrectly parses the implementation with for range loop.
57082ec
to
40fdf96
Compare
Closes #249