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