:orphan: .. title:: choice: C++ Standard .. _choice_508: .. describe:: choice: C++ Standard *C++ Standard* Type: ``bool`` Help ==== .. code-block:: none C++ Standards. Direct dependencies =================== \ :kconfig:`CPLUSPLUS ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`STD_CPP11 ` Choice options ============== - \ :kconfig:`STD_CPP98 ` - \ :kconfig:`STD_CPP11 ` - \ :kconfig:`STD_CPP14 ` - \ :kconfig:`STD_CPP17 ` - \ :kconfig:`STD_CPP2A ` - \ :kconfig:`STD_CPP20 ` - \ :kconfig:`STD_CPP2B ` Kconfig definition ================== At ``/cpp/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → C++ support for the application .. code-block:: kconfig choice bool "C++ Standard" default STD_CPP11 depends on CPLUSPLUS help C++ Standards. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*