Browse Source
`CONFIG_EXCEPTIONS` is ambiguous in that the word "exception" may be used to refer to many different types of exceptions, from the hardware generated faults and interrupts (aka. exceptions) to the C++ exceptions. This commit renames the Kconfig `CONFIG_EXCEPTIONS` symbol to `CONFIG_CPP_EXCEPTIONS` in order to clarify that the symbol refers to the C++ exceptions and eliminate any ambiguity, and deprecates the old `CONFIG_EXCEPTIONS` symbol. Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>pull/53809/head
2 changed files with 15 additions and 1 deletions
Loading…
Reference in new issue