mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
parent
ab33328d1f
commit
b1563878b6
4
Types.h
4
Types.h
@ -409,6 +409,10 @@ public:
|
|||||||
DataLocation location() const { return m_location; }
|
DataLocation location() const { return m_location; }
|
||||||
|
|
||||||
virtual TypePointer unaryOperatorResult(Token::Value _operator) const override;
|
virtual TypePointer unaryOperatorResult(Token::Value _operator) const override;
|
||||||
|
virtual TypePointer binaryOperatorResult(Token::Value, TypePointer const&) const override
|
||||||
|
{
|
||||||
|
return TypePointer();
|
||||||
|
}
|
||||||
virtual unsigned memoryHeadSize() const override { return 32; }
|
virtual unsigned memoryHeadSize() const override { return 32; }
|
||||||
|
|
||||||
/// @returns a copy of this type with location (recursively) changed to @a _location,
|
/// @returns a copy of this type with location (recursively) changed to @a _location,
|
||||||
|
Loading…
Reference in New Issue
Block a user