mirror of
https://github.com/Z3Prover/z3
synced 2026-07-04 06:16:09 +00:00
replace some copies with moves
This commit is contained in:
parent
73844f9a7f
commit
617c621cc0
8 changed files with 27 additions and 13 deletions
|
|
@ -210,7 +210,7 @@ namespace sat {
|
|||
}
|
||||
bv.push_back(parity);
|
||||
}
|
||||
m_parity.push_back(bv);
|
||||
m_parity.push_back(std::move(bv));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue