From 8f34de5c103e9e4d2c27583020f2975907b626ad Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Aug 2022 11:16:29 +0200 Subject: Manually check values for NULL when using low-level function interface --- libbuild2/function.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbuild2/function.hxx') 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 void -- cgit v1.1