mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
Add comments
This commit is contained in:
parent
faaccecbc8
commit
474fc4078a
2 changed files with 9 additions and 23 deletions
|
@ -91,7 +91,7 @@ void EvalErrorBuilder<T>::debugThrow()
|
|||
|
||||
// `EvalState` is the only class that can construct an `EvalErrorBuilder`,
|
||||
// and it does so in dynamic storage. This is the final method called on
|
||||
// any such instancve and must delete itself before throwing the underlying
|
||||
// any such instance and must delete itself before throwing the underlying
|
||||
// error.
|
||||
auto error = std::move(this->error);
|
||||
delete this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue