mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Equality operator allowed for external function types
This commit is contained in:
@@ -522,6 +522,9 @@ public:
|
||||
/// Signature: (address) -> mpos
|
||||
std::string externalCodeFunction();
|
||||
|
||||
/// @return the name of a function that that checks if two external functions pointers are equal or not
|
||||
std::string externalFunctionPointersEqualFunction();
|
||||
|
||||
private:
|
||||
/// @returns the name of a function that copies a struct from calldata or memory to storage
|
||||
/// signature: (slot, value) ->
|
||||
|
||||
Reference in New Issue
Block a user