I could not find the information where are exception class instances created during exception handling ? In which memory area (stack, heap, static storage, etc.) ? I assume it is not on the stack because of stack-unwinding …
I could not find the information where are exception class instances created during exception
Share
From the standard:
And 3.7.3.1 says: