:orphan: .. title:: STD_CPP2A .. option:: CONFIG_STD_CPP2A *C++ 2a* Type: ``bool`` Help ==== Next revision of the C++ standard, which is expected to be published in 2020. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/cpp/Kconfig:40`` 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_CPP2A bool "C++ 2a" depends on \ :ref:` ` help Next revision of the C++ standard, which is expected to be published in 2020. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*