aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-17 15:43:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:25 +0200
commitfc27ec48c9d63879e4b0f049060e943233cb540d (patch)
tree28e062c8674ad194268100bf48475aecaca4c056 /build2/algorithm.ixx
parent8b564b5b8f6d597a9fb76734e759f78c4b1c91da (diff)
Cleanup match_result mess
Diffstat (limited to 'build2/algorithm.ixx')
-rw-r--r--build2/algorithm.ixx3
1 files changed, 1 insertions, 2 deletions
diff --git a/build2/algorithm.ixx b/build2/algorithm.ixx
index ee4e338..b2c4941 100644
--- a/build2/algorithm.ixx
+++ b/build2/algorithm.ixx
@@ -86,8 +86,7 @@ namespace build2
{
auto rp (match_impl (a, t, false, &r));
const match_result& mr (rp.second);
- return make_pair (rp.first->apply (mr.recipe_action, t, mr),
- mr.recipe_action);
+ return make_pair (rp.first->apply (mr.recipe_action, t), mr.recipe_action);
}
group_view