|
@ -184,7 +184,7 @@ private: |
|
|
class BoolType: public Type |
|
|
class BoolType: public Type |
|
|
{ |
|
|
{ |
|
|
public: |
|
|
public: |
|
|
explicit BoolType() {} |
|
|
BoolType() {} |
|
|
virtual Category getCategory() const { return Category::BOOL; } |
|
|
virtual Category getCategory() const { return Category::BOOL; } |
|
|
virtual bool isExplicitlyConvertibleTo(Type const& _convertTo) const override; |
|
|
virtual bool isExplicitlyConvertibleTo(Type const& _convertTo) const override; |
|
|
virtual bool acceptsBinaryOperator(Token::Value _operator) const override |
|
|
virtual bool acceptsBinaryOperator(Token::Value _operator) const override |
|
|