CONFIG_STD_CPP2B¶
C++ 2b
Type: bool
Help¶
Next revision of the C++ standard, which is expected to be published in 2023.
Kconfig definition¶
At <Zephyr Subsystem>/cpp/Kconfig:50
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:15
Menu path: (Top) → Sub Systems and OS Services → C++ support for the application → C++ Standard
config STD_CPP2B
    bool "C++ 2b"
    depends on <choice>
    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.)