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:
parent
28be4ba91d
commit
c0811e9951
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue