subsys/cpp: add support for C++2b

Add the ability to enable support for C++2B (aka 23) to the build
system.

Signed-off-by: Dan Kalowsky <dkalowsky@amperecomputing.com>
This commit is contained in:
Dan Kalowsky 2021-07-09 10:54:11 -07:00 committed by Christopher Friedt
commit 9b33391147
2 changed files with 7 additions and 0 deletions

View file

@ -42,6 +42,11 @@ config STD_CPP20
help
2020 C++ standard, previously known as C++2A.
config STD_CPP2B
bool "C++ 2b"
help
Next revision of the C++ standard, which is expected to be published in 2023.
endchoice
config LIB_CPLUSPLUS