:orphan: .. title:: EXCEPTIONS .. option:: CONFIG_EXCEPTIONS *Enable C++ exceptions support* Type: ``bool`` Help ==== This option enables support of C++ exceptions. Direct dependencies =================== \ :option:`LIB_CPLUSPLUS ` && \ :option:`CPLUSPLUS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/cpp/Kconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → C++ support for the application → Link with STD C++ library .. parsed-literal:: config EXCEPTIONS bool "Enable C++ exceptions support" depends on \ :option:`LIB_CPLUSPLUS ` && \ :option:`CPLUSPLUS ` help This option enables support of C++ exceptions. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*