mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix hidden-overload in Types and remove CMake hack
This commit is contained in:
@@ -803,7 +803,7 @@ public:
|
||||
/// if the type has an interfaceType.
|
||||
virtual BoolResult validForLocation(DataLocation _loc) const = 0;
|
||||
|
||||
bool operator==(ReferenceType const& _other) const
|
||||
bool equals(ReferenceType const& _other) const
|
||||
{
|
||||
return location() == _other.location() && isPointer() == _other.isPointer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user