[docs] Update supported language standards list for C++

Differential Revision: https://reviews.llvm.org/D127065
This commit is contained in:
Yuki Okushi 2022-06-05 12:18:47 +09:00
parent 074f12e467
commit cedfb5462c
No known key found for this signature in database
GPG Key ID: 379CEEFDD63E5DD7
1 changed files with 12 additions and 4 deletions

View File

@ -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``.