aboutsummaryrefslogtreecommitdiff
path: root/build2/scheduler.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-28 12:09:42 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-28 16:03:05 +0300
commitaf635957efca0dfcd79e7c297a69db36e4971e98 (patch)
tree51549d5d26e998f3b533a5dfa273a8227aa1690b /build2/scheduler.hxx
parent9996a730b686399d385bf2696d3b9cd681b0fcec (diff)
Print backtrace to stderr when terminating due to unhandled exception
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))...);
}