Throwing and catching exceptions – Advanced IR Generation-3Throwing and catching exceptions – Advanced IR Generation-3
The handling of an exception is framed by calls to __cxa_begin_catch() and __cxa_end_catch(). The __cxa_begin_catch() function needs one argument – the current exception – which is one of the values [...]