mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add a check for unqualified move
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user