forked from OSchip/llvm-project
[docs] Update supported language standards list for C++
Differential Revision: https://reviews.llvm.org/D127065
This commit is contained in:
parent
074f12e467
commit
cedfb5462c
|
@ -185,13 +185,21 @@ Language Selection and Mode Options
|
|||
|
||||
ISO C++ 2017 with amendments and GNU extensions
|
||||
|
||||
| ``c++2a``
|
||||
| ``c++20``
|
||||
|
||||
Working draft for ISO C++ 2020
|
||||
ISO C++ 2020 with amendments
|
||||
|
||||
| ``gnu++2a``
|
||||
| ``gnu++20``
|
||||
|
||||
Working draft for ISO C++ 2020 with GNU extensions
|
||||
ISO C++ 2020 with amendments and GNU extensions
|
||||
|
||||
| ``c++2b``
|
||||
|
||||
Working draft for ISO C++ 2023
|
||||
|
||||
| ``gnu++2b``
|
||||
|
||||
Working draft for ISO C++ 2023 with GNU extensions
|
||||
|
||||
The default C++ language standard is ``gnu++14``.
|
||||
|
||||
|
|
Loading…
Reference in New Issue