| ||||||||
Technical Support On-Line Manuals Compiler Reference Guide | C++ exception handling
The ARM compilation tools fully support C++ exception handling. However, the compiler does not support this by default. You must enable C++ exception handling with the NoteThe Rogue Wave Standard C++ Library is provided with C++ exceptions enabled. You can exercise limited control over exception table generation. By default, functions compiled with You can enable or disable unwinding for specific functions with the pragmas Disabling function unwinding for a function has the following effects:
Therefore, By contrast, in C++ an empty function exception specification permits unwinding as far as the protected function, then calls | |||||||
| ||||||||