subsys/cpp: update tag for C++2a to C++20

C++20 was tagged and released in December of 2020.  It is no longer
forth coming.

Signed-off-by: Dan Kalowsky <dkalowsky@amperecomputing.com>
This commit is contained in:
Dan Kalowsky 2021-07-09 10:46:46 -07:00 committed by Christopher Friedt
commit c0811e9951
2 changed files with 5 additions and 5 deletions

View file

@ -37,10 +37,10 @@ config STD_CPP17
help
2017 C++ standard, previously known as C++0x.
config STD_CPP2A
bool "C++ 2a"
config STD_CPP20
bool "C++ 20"
help
Next revision of the C++ standard, which is expected to be published in 2020.
2020 C++ standard, previously known as C++2A.
endchoice