From 5a686c5460e9fbb32af5014d0dbf1169ea301ec2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 17 Mar 2017 12:40:02 +0200 Subject: Catch and dump unhandled exceptions in async task functions The problem with relying on noexcept for this is that there is no stack. --- build2/utility | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/utility') diff --git a/build2/utility b/build2/utility index aec3806..0c129c4 100644 --- a/build2/utility +++ b/build2/utility @@ -10,6 +10,7 @@ #include // to_string() #include // move(), forward(), declval(), make_pair() #include // assert() +#include // abort() #include // make_move_iterator() #include // * #include // ref(), cref() -- cgit v1.1