mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Add comment
This commit is contained in:
parent
474fc4078a
commit
9723f533d8
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ public:
|
|||
template<class T, typename... Args>
|
||||
[[nodiscard, gnu::noinline]]
|
||||
EvalErrorBuilder<T> & error(const Args & ... args) {
|
||||
// `EvalErrorBuilder::debugThrow` performs the corresponding `delete`.
|
||||
return *new EvalErrorBuilder<T>(*this, args...);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue