mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 08:51:55 +00:00
Use nullptr.
This commit is contained in:
parent
f01328c65f
commit
76eb7b9ede
625 changed files with 4639 additions and 4639 deletions
|
@ -69,7 +69,7 @@ namespace datalog {
|
|||
|
||||
relation_join_fn * mk_join_project_fn(const relation_base & t1, const relation_base & t2,
|
||||
unsigned joined_col_cnt, const unsigned * cols1, const unsigned * cols2,
|
||||
unsigned removed_col_cnt, const unsigned * removed_cols) override { return 0; }
|
||||
unsigned removed_col_cnt, const unsigned * removed_cols) override { return nullptr; }
|
||||
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue