From 743273bd381a132c272226af00381da0494e8920 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Feb 2022 15:59:22 +0200 Subject: Diagnose various misuses of library metadata protocol --- libbuild2/target.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/target.hxx') diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index 809bf8b..5eed0a5 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -636,7 +636,7 @@ namespace build2 const opstate& operator[] (action a) const {return state[a];} // Return true if the target has been matched for the specified action. - // This function can only be called during execution. + // This function can only be called during the match or execute phases. // bool matched (action) const; -- cgit v1.1