:orphan: .. title:: CONFIG_STD_CPP98 .. kconfig:: CONFIG_STD_CPP98 CONFIG_STD_CPP98 ################ *C++ 98* Type: ``bool`` Help ==== .. code-block:: none 1998 C++ standard as modified by the 2003 technical corrigendum and some later defect reports. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/cpp/Kconfig:19`` 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_CPP98 bool "C++ 98" depends on help 1998 C++ standard as modified by the 2003 technical corrigendum and some later defect reports. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*