diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-01 08:49:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-01 08:49:34 +0200 |
commit | 3a71bffd5680d64d19c914aa9dbf1a8fc9f094ef (patch) | |
tree | 4eb31a41b91696cc0faaa128957eef26a0d3bb8f /libbuild2/context.hxx | |
parent | ab424dffc590483c3a6a43f5e8ecb012aa9d6a78 (diff) |
Resolve (but disable for now) target_count issue in resolve_members()
Diffstat (limited to 'libbuild2/context.hxx')
-rw-r--r-- | libbuild2/context.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/context.hxx b/libbuild2/context.hxx index a54d010..8898c92 100644 --- a/libbuild2/context.hxx +++ b/libbuild2/context.hxx @@ -406,7 +406,8 @@ namespace build2 // skipped executing the operation, then it should increment the skip // count. These two counters are used for progress monitoring and // diagnostics. The resolve count keeps track of the number of targets - // matched but not executed as a result of the resolve_members() calls. + // matched but not executed as a result of the resolve_members() calls + // (see also target::resolve_counted). // atomic_count dependency_count; atomic_count target_count; |