aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm.ixx')
-rw-r--r--build2/algorithm.ixx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/algorithm.ixx b/build2/algorithm.ixx
index 03728db..928386d 100644
--- a/build2/algorithm.ixx
+++ b/build2/algorithm.ixx
@@ -220,7 +220,8 @@ namespace build2
{
assert (phase == run_phase::match);
- pair<bool, target_state> r (match (a, t, 0, nullptr, /*try_match*/ true));
+ pair<bool, target_state> r (
+ match (a, t, 0, nullptr, true /* try_match */));
if (r.first)
{