3
0
Fork 0
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:
Nikolaj Bjorner 2017-06-20 14:37:56 -07:00
parent 0ef14acf2e
commit e48e7ef7be
2 changed files with 2 additions and 2 deletions

View file

@ -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