mirror of
https://github.com/Z3Prover/z3
synced 2026-05-16 15:15:35 +00:00
revert swap changes to fix CI
This commit is contained in:
parent
b8a036816e
commit
de26d8f6f7
4 changed files with 7 additions and 7 deletions
|
|
@ -2133,7 +2133,7 @@ namespace polynomial {
|
|||
m_m2pos.reset(m);
|
||||
m_m2pos.set(m, i);
|
||||
}
|
||||
m_tmp_as = std::move(new_as);
|
||||
m_tmp_as.swap(new_as);
|
||||
}
|
||||
|
||||
// For each monomial m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue