:orphan: .. title:: STD_CPP17 .. option:: CONFIG_STD_CPP17 *C++ 17* Type: ``bool`` Help ==== 2017 C++ standard, previously known as C++0x. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/cpp/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → C++ support for the application → C++ Standard .. parsed-literal:: config STD_CPP17 bool "C++ 17" depends on \ :ref:` ` help 2017 C++ standard, previously known as C++0x. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*