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/algorithm.hxx | |
parent | ab424dffc590483c3a6a43f5e8ecb012aa9d6a78 (diff) |
Resolve (but disable for now) target_count issue in resolve_members()
Diffstat (limited to 'libbuild2/algorithm.hxx')
-rw-r--r-- | libbuild2/algorithm.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbuild2/algorithm.hxx b/libbuild2/algorithm.hxx index aa0ec44..93a609f 100644 --- a/libbuild2/algorithm.hxx +++ b/libbuild2/algorithm.hxx @@ -508,9 +508,9 @@ namespace build2 // ((prerequisite_target::include & mask) == value) condition. // LIBBUILD2_SYMEXPORT void - match_members (action a, - const target& t, - prerequisite_targets& ts, + match_members (action, + const target&, + prerequisite_targets&, size_t start = 0, pair<uintptr_t, uintptr_t> include = {0, 0}); |