aboutsummaryrefslogtreecommitdiff
path: root/build2/scheduler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/scheduler.hxx')
-rw-r--r--build2/scheduler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/scheduler.hxx b/build2/scheduler.hxx
index cd3693b..3aa1dc5 100644
--- a/build2/scheduler.hxx
+++ b/build2/scheduler.hxx
@@ -370,7 +370,7 @@ namespace build2
template <size_t... i>
void
- thunk (std::index_sequence<i...>) noexcept
+ thunk (std::index_sequence<i...>)
{
move (func) (std::get<i> (move (args))...);
}