mirror of
https://github.com/Z3Prover/z3
synced 2026-06-29 03:48:51 +00:00
capture row by pointer (#9973)
Capture row as a pointer as lambda strips the reference and the vector was copied by value in lar_solver! --------- Signed-off-by: Lev Nachmanson <levnach@hotmail.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
75981a5d3b
commit
7564ccc3f1
2 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ public:
|
|||
|
||||
#ifdef SINGLE_THREAD
|
||||
|
||||
tactic* mk_parallel_tactic2(solver* s, params_ref const& p) {
|
||||
tactic* mk_parallel_tactic(solver* s, params_ref const& p) {
|
||||
return alloc(non_parallel_tactic2, s, p);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue