aboutsummaryrefslogtreecommitdiff
path: root/build2/function.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/function.hxx')
-rw-r--r--build2/function.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/build2/function.hxx b/build2/function.hxx
index 5b84a69..728e613 100644
--- a/build2/function.hxx
+++ b/build2/function.hxx
@@ -221,12 +221,12 @@ namespace build2
class function_family
{
public:
- // The default thunk catches invalid_argument and issues diagnostics
- // by assuming it is related to function arguments and contains useful
- // description.
+ // The call() function above catches invalid_argument and issues
+ // diagnostics by assuming it is related to function arguments and
+ // contains useful description.
//
- // In order to implement a custom thunk (e.g., to catch additional extra
- // exceptions), you would normally call the default implementation.
+ // In order to catch additional exceptions, you can implement a custom
+ // thunk which would normally call this default implementation.
//
static value
default_thunk (const scope*, vector_view<value>, const function_overload&);