accessMoved

This commit is contained in:
gtsoul-tech
2024-04-23 14:49:10 +03:00
parent 03e641a150
commit 605f1add59

View File

@@ -1599,8 +1599,8 @@ void dedupeLeftfixesVariableLag(RoseBuildImpl &build) {
continue;
}
}
auto preds_copy = preds;
engine_groups[DedupeLeftKey(build, std::move(preds_copy), left)].emplace_back(left);
auto preds_copy = std::move(preds);
engine_groups[DedupeLeftKey(build, preds_copy , left)].emplace_back(left);
}
/* We don't bother chunking as we expect deduping to be successful if the