https://sourceware.org/bugzilla/show_bug.cgi?id=28045

--- Comment #1 from Ben Woodard <woodard at redhat dot com> ---
Some additional things to consider:
https://wiki.c2.com/?DontCatchExceptions

https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Re-catch
https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#e17-dont-try-to-catch-every-exception-in-every-function

All of these basically end up dealing with where to try to catch exceptions vs
whether all the different types of exceptions are caught.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to