:orphan: .. title:: CONFIG_STD_CPP20 .. kconfig:: CONFIG_STD_CPP20 CONFIG_STD_CPP20 ################ *C++ 20* Type: ``bool`` Help ==== .. code-block:: none 2020 C++ standard, previously known as C++2A. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/cpp/Kconfig:45`` 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_CPP20 bool "C++ 20" depends on help 2020 C++ standard, previously known as C++2A. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*