Add comments

(cherry picked from commit 474fc4078acbe062fcc31ce91c69c8f33bf00d5f)
Change-Id: I9f78f7afd8468d0ab676c0f60c4f7d6140128583
This commit is contained in:
eldritch horrors
2024-03-09 04:47:05 -07:00
parent f27a27f49e
commit f536696b73
2 changed files with 9 additions and 23 deletions
+1 -1
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;