:orphan: .. title:: STD_CPP14 .. option:: CONFIG_STD_CPP14 *C++ 14* Type: ``bool`` Help ==== 2014 C++ standard. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/cpp/Kconfig:30`` 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_CPP14 bool "C++ 14" depends on \ :ref:` ` help 2014 C++ standard. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*