diff --git a/src/opt/opt_preprocess.cpp b/src/opt/opt_preprocess.cpp index 2e1b78070..5c03c640a 100644 --- a/src/opt/opt_preprocess.cpp +++ b/src/opt/opt_preprocess.cpp @@ -146,7 +146,7 @@ namespace opt { for (expr* f : fmls) fmls[i++] = mk_not(m, f); - return new_soft; + return std::move(new_soft); } bool preprocess::find_mutexes(vector& softs, rational& lower) {