Skip to content

EVMC 7.4.0

Compare
Choose a tag to compare
@chfast chfast released this 24 Jun 16:24
· 386 commits to master since this release
v7.4.0
5915690

Changed

  • The C++ standard required increased to C++14. #521
  • The C++ literals for address and bytes32 types have been reimplemented to use static_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