:orphan: .. title:: CONFIG_LIB_CPLUSPLUS .. kconfig:: CONFIG_LIB_CPLUSPLUS CONFIG_LIB_CPLUSPLUS #################### *Link with STD C++ library* Type: ``bool`` Help ==== .. code-block:: none Link with STD C++ Library. Direct dependencies =================== !\ :kconfig:`MINIMAL_LIBC ` && \ :kconfig:`CPLUSPLUS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/cpp/Kconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → C++ support for the application .. code-block:: kconfig config LIB_CPLUSPLUS bool "Link with STD C++ library" depends on !MINIMAL_LIBC && CPLUSPLUS help Link with STD C++ Library. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*