Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib/cpp: Allow REQUIRES_FULL_LIBCPP to be selected by applications #57214

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions lib/cpp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,12 @@ config STD_CPP2B
endchoice

config REQUIRES_FULL_LIBCPP
bool
bool "Require complete C++ standard library"
select REQUIRES_FULL_LIBC
help
Helper symbol to indicate that a full C++ standard library
implementation is required.

Select this from a symbol that enables a feature requiring a full
C++ standard library implementation.
Indicates that a full C++ standard library is required, either by
a subsystem or an application. This will also include a full C
library implementation.

choice LIBCPP_IMPLEMENTATION
prompt "C++ Standard Library Implementation"
Expand Down