mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 10:20:23 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
454d20d23e
commit
fa93bc419d
14 changed files with 47 additions and 49 deletions
|
@ -636,7 +636,7 @@ struct aig_manager::imp {
|
|||
|
||||
bool check_cache() const {
|
||||
for (auto const& kv : m_cache) {
|
||||
SASSERT(ref_count(kv.m_value) > 0);
|
||||
VERIFY(ref_count(kv.m_value) > 0);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue