mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Drop some moves that would happen anyway but forbid NRVO where appicable
This commit is contained in:
parent
abf7df2b37
commit
54b350d517
3 changed files with 3 additions and 3 deletions
|
@ -2290,7 +2290,7 @@ BackedStringView EvalState::coerceToString(
|
|||
&& (!v2->isList() || v2->listSize() != 0))
|
||||
result += " ";
|
||||
}
|
||||
return std::move(result);
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue