mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 17:47:41 +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
|
@ -1216,7 +1216,7 @@ namespace datalog {
|
|||
|
||||
verbose_action _va("filter_by_negation");
|
||||
|
||||
if (m_cols1.size() == 0) {
|
||||
if (m_cols1.empty()) {
|
||||
if (!neg.empty()) {
|
||||
tgt.reset();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue