mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix #6114
This commit is contained in:
parent
527914db05
commit
393c63fe0c
2 changed files with 3 additions and 3 deletions
|
@ -2894,7 +2894,7 @@ namespace z3 {
|
|||
if (n == 0)
|
||||
return ctx().bool_val(true);
|
||||
else if (n == 1)
|
||||
return operator[](0);
|
||||
return operator[](0u);
|
||||
else {
|
||||
array<Z3_ast> args(n);
|
||||
for (unsigned i = 0; i < n; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue