On Wednesday, 27 May 2020 at 09:40:08 UTC, wjoe wrote:
>
> The compiler will complain that bar(int) isn't nothrow.
>
> What's the best way to find out which Exceptions aren't handled 
> inside of foo() for foo to be able to be nothrow without using 
> a 'catch (Exception){}' catch-all?
`catch(Exception)`.