:orphan: .. title:: CONFIG_STD_CPP2B .. kconfig:: CONFIG_STD_CPP2B CONFIG_STD_CPP2B ################ *C++ 2b* Type: ``bool`` Help ==== .. code-block:: none Next revision of the C++ standard, which is expected to be published in 2023. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/cpp/Kconfig:50`` 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_CPP2B bool "C++ 2b" depends on help Next revision of the C++ standard, which is expected to be published in 2023. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*