mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Use bool literal false
instead of 0
.
This commit is contained in:
parent
eab7ae58be
commit
971a5eddcb
2 changed files with 2 additions and 2 deletions
|
@ -449,7 +449,7 @@ public:
|
|||
INSERT_LOOP_CORE_BODY();
|
||||
}
|
||||
UNREACHABLE();
|
||||
return 0;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool insert_if_not_there_core(const data & e, entry * & et) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue