mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
removed explicit
This commit is contained in:
parent
5cd7c1fc9a
commit
6fcdfdc353
2
Types.h
2
Types.h
@ -184,7 +184,7 @@ private:
|
||||
class BoolType: public Type
|
||||
{
|
||||
public:
|
||||
explicit BoolType() {}
|
||||
BoolType() {}
|
||||
virtual Category getCategory() const { return Category::BOOL; }
|
||||
virtual bool isExplicitlyConvertibleTo(Type const& _convertTo) const override;
|
||||
virtual bool acceptsBinaryOperator(Token::Value _operator) const override
|
||||
|
Loading…
Reference in New Issue
Block a user