We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe962b commit 2fd5a92Copy full SHA for 2fd5a92
1 file changed
tests/include/test_patterns/test_pattern.hpp
@@ -35,7 +35,7 @@ namespace pl::test {
35
pattern->setTypeName(typeName);
36
pattern->setVariableName(varName);
37
38
- return std::move(pattern);
+ return pattern;
39
}
40
41
[[nodiscard]] virtual std::string getSourceCode() const = 0;
0 commit comments