We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d88715 commit ceeb07cCopy full SHA for ceeb07c
src/util/std_expr.h
@@ -3168,7 +3168,7 @@ class not_exprt:public unary_exprt
3168
public:
3169
explicit not_exprt(exprt _op) : unary_exprt(ID_not, std::move(_op))
3170
{
3171
- PRECONDITION(as_const(op()).type().id() == ID_bool);
+ PRECONDITION(as_const(*this).op().type().id() == ID_bool);
3172
}
3173
3174
DEPRECATED("use not_exprt(op) instead")
0 commit comments