The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_STD_CPP20

C++ 20

Type: bool

Help

2020 C++ standard, previously known as C++2A.

Direct dependencies

<choice: C++ Standard>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/cpp/Kconfig:45

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:15

Menu path: (Top) → Sub Systems and OS Services → C++ support for the application → C++ Standard

config STD_CPP20
    bool "C++ 20"
    depends on <choice>
    help
      2020 C++ standard, previously known as C++2A.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)