...
[ISO/IEC 14882-2014] | 15.4, "Exception Specifications" |
[MSDN] | nothrow (C++) |
[GNU] | Declaring Attributes of Functions |
ERR36-CPP. Multiple catch handlers to a try block should order their exceptions from most derived to most basic 012. Exceptions and Error Handling (ERR) ERR38-CPP. Deallocation functions must not throw exceptions
...