From 98c7247ff06decba8130e8aea67ea839d084d2dd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Nov 2023 07:21:06 +0200 Subject: Account for match options re-locking when checking if target is matched --- libbuild2/target.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/target.hxx') diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index c61f241..76b7158 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -249,6 +249,8 @@ namespace build2 // - match to resolve members (resolve_members()) // - match of ad hoc group via one of its ad hoc members // + // Note that the 0 cur_options value is illegal. + // // When it comes to match options specified for group members, the // semantics differs between explicit and ad hoc groups. For explicit // groups, the standard semantics described above applies and the group's -- cgit v1.1