mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Upgrade to EVMC 7.5.0
One important change: MockedAccount.storage is a map and not unordered_map
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@
|
||||
* @def EVMC_NOEXCEPT
|
||||
* Safe way of marking a function with `noexcept` C++ specifier.
|
||||
*/
|
||||
#if __cplusplus
|
||||
#ifdef __cplusplus
|
||||
#define EVMC_NOEXCEPT noexcept
|
||||
#else
|
||||
#define EVMC_NOEXCEPT
|
||||
|
||||
Reference in New Issue
Block a user