EVMC 7.4.0
Changed
- The C++ standard required increased to C++14. #521
- The C++ literals for
address
andbytes32
types have been reimplemented to usestatic_assert
to report errors. This makes C++ bindings exception-free (no-throw guarantee level of exception safety). #520
Removed
- The support for Visual Studio 2015 C/C++ compiler has been dropped as a consequence of requiring C++14. #521