CONFIG_STD_CPP17

C++ 17

Type: bool

Help

2017 C++ standard, previously known as C++0x.

Direct dependencies

<choice: C++ Standard>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/cpp/Kconfig:35

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:14

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

config STD_CPP17
    bool "C++ 17"
    depends on <choice: C++ Standard>
    help
      2017 C++ standard, previously known as C++0x.

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