mirror of
https://github.com/Z3Prover/z3
synced 2026-06-04 16:10:50 +00:00
revert swap changes to fix CI
This commit is contained in:
parent
25b48a74f8
commit
23a0a529fb
4 changed files with 7 additions and 7 deletions
|
|
@ -239,7 +239,7 @@ void proto_model::cleanup() {
|
|||
unregister_decl(faux);
|
||||
}
|
||||
}
|
||||
m_aux_decls = std::move(found_aux_fs);
|
||||
m_aux_decls.swap(found_aux_fs);
|
||||
}
|
||||
TRACE(model_bug, model_v2_pp(tout, *this););
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue