1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 06:22:42 +01:00

Drop some moves that would happen anyway but forbid NRVO where appicable

This commit is contained in:
Jacek Galowicz 2023-10-16 21:48:02 +01:00
parent abf7df2b37
commit 54b350d517
3 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@ static std::pair<ContentAddressMethod, HashType> parseContentAddressMethodPrefix
if (!hashTypeRaw)
throw UsageError("content address hash must be in form '<algo>:<hash>', but found: %s", wholeInput);
HashType hashType = parseHashType(*hashTypeRaw);
return std::move(hashType);
return hashType;
};
// Switch on prefix