fix return copy
parent
ced6eac7e2
commit
1b77579810
|
@ -75,7 +75,7 @@ DiscreteFactorGraph createExpected() {
|
|||
// Mutual exclusion for students
|
||||
expected.addAllDiff(A, J);
|
||||
|
||||
return expected;
|
||||
return std::move(expected);
|
||||
}
|
||||
|
||||
/* ************************************************************************* */
|
||||
|
|
Loading…
Reference in New Issue