:orphan: .. title:: CONFIG_STD_CPP2A .. kconfig:: CONFIG_STD_CPP2A CONFIG_STD_CPP2A ################ *C++ 2a* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/cpp/Kconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → C++ support for the application → C++ Standard .. code-block:: kconfig config STD_CPP2A bool "C++ 2a" depends on 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.)*