diff options
Diffstat (limited to 'libbuild2/function.hxx')
-rw-r--r-- | libbuild2/function.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/function.hxx b/libbuild2/function.hxx index 81ece89..323ac41 100644 --- a/libbuild2/function.hxx +++ b/libbuild2/function.hxx @@ -952,7 +952,8 @@ namespace build2 // Low-level interface that can be used to pass additional data. // - // Note that the call to this function sidesteps the thunk. + // Note that the call to this function sidesteps the thunk. One notable + // consequence of this is that the values are not checked for NULL. // template <typename D, typename... A> void |