3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 20:16:00 +00:00

Investigating std::vector and #5178

This commit is contained in:
Nikolaj Bjorner 2021-04-24 14:50:59 -07:00
parent 385109d484
commit c03fac8390
4 changed files with 19 additions and 8 deletions

View file

@ -34,7 +34,7 @@ public:
void flush() {
SASSERT(b.size() == A.size());
unsigned sz = A.size();
auto sz = A.size();
for (unsigned i = 0; i < sz; i++) {
svector<numeral> & as = A[i];
m.del(b[i]);