mirror of
https://github.com/NixOS/nix
synced 2025-06-29 10:31: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>
|
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…
Add table
Add a link
Reference in a new issue