fix return copy

release/4.3a0
acxz 2020-07-26 20:16:32 -04:00
parent ced6eac7e2
commit 1b77579810
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ DiscreteFactorGraph createExpected() {
// Mutual exclusion for students // Mutual exclusion for students
expected.addAllDiff(A, J); expected.addAllDiff(A, J);
return expected; return std::move(expected);
} }
/* ************************************************************************* */ /* ************************************************************************* */