Add a check for unqualified move

This commit is contained in:
Nikola Matic
2022-09-05 16:05:14 +02:00
parent 99f15ff04e
commit 1f6a299062
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ pair<YulString, BuiltinFunctionForEVM> createEVMFunction(
};
YulString name = f.name;
return {name, move(f)};
return {name, std::move(f)};
}
pair<YulString, BuiltinFunctionForEVM> createFunction(