mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 00:32:28 +00:00
Add comment
This commit is contained in:
parent
474fc4078a
commit
9723f533d8
@ -239,6 +239,7 @@ public:
|
|||||||
template<class T, typename... Args>
|
template<class T, typename... Args>
|
||||||
[[nodiscard, gnu::noinline]]
|
[[nodiscard, gnu::noinline]]
|
||||||
EvalErrorBuilder<T> & error(const Args & ... args) {
|
EvalErrorBuilder<T> & error(const Args & ... args) {
|
||||||
|
// `EvalErrorBuilder::debugThrow` performs the corresponding `delete`.
|
||||||
return *new EvalErrorBuilder<T>(*this, args...);
|
return *new EvalErrorBuilder<T>(*this, args...);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user