mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 09:21:56 +00:00
Use nullptr.
This commit is contained in:
parent
f01328c65f
commit
76eb7b9ede
625 changed files with 4639 additions and 4639 deletions
|
@ -242,7 +242,7 @@ namespace smt {
|
|||
|
||||
justification * why_is_diseq(th_var v1, th_var v2) override {
|
||||
UNREACHABLE();
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void reset_eh() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue