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 09fefe0 commit 47b9967Copy full SHA for 47b9967
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