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 c2297bb commit 328c2c2Copy full SHA for 328c2c2
src/auxiliary/TemplateFile.cpp
@@ -76,7 +76,7 @@ namespace
76
}
77
auto attr = source.getAttribute(attrName);
78
auto dtype = attr.dtype;
79
- switchType<SetAttribute>(dtype, target, attrName, std::move(attr));
+ switchType<SetAttribute>(dtype, target, attrName, attr);
80
81
82
0 commit comments