From 93dbdacafb07b674467aa30c4aefd38bb3871601 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Jan 2017 16:01:58 +0200 Subject: Add scheduling calls to operation's match() --- build2/scheduler.txx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build2/scheduler.txx') diff --git a/build2/scheduler.txx b/build2/scheduler.txx index fd1106b..127ce48 100644 --- a/build2/scheduler.txx +++ b/build2/scheduler.txx @@ -40,8 +40,8 @@ namespace build2 // new (&td->data) task { &task_count, - decay_copy (forward (f)), - typename task::args_type (decay_copy (forward (a))...)}; + decay_copy (forward (f)), + typename task::args_type (decay_copy (forward (a))...)}; td->thunk = &task_thunk; } @@ -49,8 +49,8 @@ namespace build2 tq->stat_full++; } - // If serial/full, then run the task synchronously. In this case - // there is no need to mess with task count. + // If serial/full, then run the task synchronously. In this case there is + // no need to mess with task count. // if (td == nullptr) { -- cgit v1.1