mirror of
https://github.com/Z3Prover/z3
synced 2026-02-09 18:40:51 +00:00
parent
8dac9b7b94
commit
b66360d0b5
5 changed files with 84 additions and 107 deletions
|
|
@ -251,7 +251,7 @@ namespace datalog {
|
|||
}
|
||||
shift += num_bits;
|
||||
if (shift >= 32) {
|
||||
throw default_exception("bit-vector table is specialized to small domains that are powers of two");
|
||||
throw default_exception("bit-vector table is specialized to small domains that are powers of two");
|
||||
}
|
||||
}
|
||||
m_bv.reserve(1 << shift);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue