mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 14:08:55 +00:00
Prefer using empty rather than size comparisons.
This commit is contained in:
parent
a83097d5cc
commit
e570940662
56 changed files with 104 additions and 104 deletions
|
@ -253,7 +253,7 @@ namespace datalog {
|
|||
all_selects.push_back(rewrite_select(array, select_ops[i]));
|
||||
}
|
||||
}
|
||||
if(all_selects.size()==0)
|
||||
if(all_selects.empty())
|
||||
{
|
||||
expr_ref_vector dummy_args(m);
|
||||
dummy_args.push_back(array);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue