Change from "bool is_unwinding" to "int num_uncaught"
Since the unwinder now supports throwing exceptions inside destructors (as long as they don't propagate out). This is the same change that C++17 makes, from "bool uncaught_exception()" to "int uncaught_exceptions()".
Showing
Please register or sign in to comment