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