mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 23:03:41 +00:00
add obj_ref::operator=(obj_ref &&) + a few explicit uses
This commit is contained in:
parent
ea4218a192
commit
2b31024dab
5 changed files with 14 additions and 5 deletions
|
@ -66,7 +66,7 @@ public:
|
|||
TRACE("qe_verbose",
|
||||
tout << mk_pp(fml, m) << "\n";
|
||||
tout << mk_pp(result, m) << "\n";);
|
||||
fml = result;
|
||||
fml = std::move(result);
|
||||
}
|
||||
|
||||
void extract_quantifier(quantifier* q, app_ref_vector& vars, expr_ref& result, bool use_fresh) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue