diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-08-22 11:16:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-08-22 11:16:29 +0200 |
commit | 8f34de5c103e9e4d2c27583020f2975907b626ad (patch) | |
tree | 8d9930863a6d129eb5b857ca7de14e28a0392af4 /libbuild2/function.hxx | |
parent | 5fb9f8b808b9d235d3e30db33f8a9630edac525f (diff) |
Manually check values for NULL when using low-level function interface
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 |