mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 16:27:37 +00:00
Remove copies (#8583)
This commit is contained in:
parent
f2ad141ddf
commit
f6f8beaf78
14 changed files with 38 additions and 51 deletions
|
|
@ -2133,7 +2133,7 @@ namespace polynomial {
|
|||
m_m2pos.reset(m);
|
||||
m_m2pos.set(m, i);
|
||||
}
|
||||
m_tmp_as.swap(new_as);
|
||||
m_tmp_as = std::move(new_as);
|
||||
}
|
||||
|
||||
// For each monomial m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue