mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 09:48:05 +00:00
fix assertion, start addressing #1087 by using size_t
This commit is contained in:
parent
0ef14acf2e
commit
e48e7ef7be
2 changed files with 2 additions and 2 deletions
|
@ -9194,7 +9194,7 @@ namespace smt {
|
|||
// ----------------------------------------------------------------------------------------
|
||||
int len = atoi(lenStr.encode().c_str());
|
||||
bool coverAll = false;
|
||||
vector<int_vector, true, long long> options;
|
||||
vector<int_vector, true, size_t> options;
|
||||
int_vector base;
|
||||
|
||||
TRACE("str", tout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue