mirror of
https://github.com/Z3Prover/z3
synced 2026-01-24 19:14:00 +00:00
Use nullptr.
This commit is contained in:
parent
f01328c65f
commit
76eb7b9ede
625 changed files with 4639 additions and 4639 deletions
|
|
@ -210,7 +210,7 @@ expr_ref hilbert_basis_validate::mk_validate(hilbert_basis& hb) {
|
|||
}
|
||||
|
||||
|
||||
hilbert_basis* g_hb = 0;
|
||||
hilbert_basis* g_hb = nullptr;
|
||||
static double g_start_time;
|
||||
|
||||
static void display_statistics(hilbert_basis& hb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue