Skip to content

Commit 770eeb9

Browse files
author
Your Name
committed
Remvoe unnecessary move
1 parent 35e830a commit 770eeb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/templatesimplifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1859,7 +1859,7 @@ static std::vector<DeductionCandidateParam> parseDeductionCandidateParams(const
18591859
});
18601860
}
18611861
}
1862-
params.push_back(std::move(param));
1862+
params.push_back(param);
18631863
}
18641864
return params;
18651865
}

0 commit comments

Comments
 (0)