mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix compiler warning: clang-8 warns of explicitly-defined op implicitly deleted for Expression object's copy and move constructors
This commit is contained in:
parent
af3300b86c
commit
546b08c158
@ -62,8 +62,6 @@ public:
|
|||||||
|
|
||||||
Expression(Expression const&) = default;
|
Expression(Expression const&) = default;
|
||||||
Expression(Expression&&) = default;
|
Expression(Expression&&) = default;
|
||||||
Expression& operator=(Expression const&) = default;
|
|
||||||
Expression& operator=(Expression&&) = default;
|
|
||||||
|
|
||||||
bool hasCorrectArity() const
|
bool hasCorrectArity() const
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user