1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 15:51:15 +02:00

Add comments

This commit is contained in:
Rebecca Turner 2024-02-06 16:49:28 -08:00
parent faaccecbc8
commit 474fc4078a
No known key found for this signature in database
2 changed files with 9 additions and 23 deletions

View file

@ -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;