mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
Use nullptr rather than 0/NULL.
This commit is contained in:
parent
eea9b79035
commit
b83d6d77c9
9 changed files with 30 additions and 30 deletions
|
@ -121,7 +121,7 @@ private:
|
|||
tactic_ref t = mk_qfaufbv_tactic(m_m, m_p);
|
||||
sat = mk_tactic2solver(m_m, t.get(), m_p);
|
||||
}
|
||||
SASSERT(sat != NULL);
|
||||
SASSERT(sat != nullptr);
|
||||
sat->set_produce_models(true);
|
||||
return sat;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue