We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074f12e commit cedfb54Copy full SHA for cedfb54
clang/docs/CommandGuide/clang.rst
@@ -185,13 +185,21 @@ Language Selection and Mode Options
185
186
ISO C++ 2017 with amendments and GNU extensions
187
188
- | ``c++2a``
+ | ``c++20``
189
190
- Working draft for ISO C++ 2020
+ ISO C++ 2020 with amendments
191
192
- | ``gnu++2a``
+ | ``gnu++20``
193
194
- Working draft for ISO C++ 2020 with GNU extensions
+ ISO C++ 2020 with amendments and GNU extensions
195
+
196
+ | ``c++2b``
197
198
+ Working draft for ISO C++ 2023
199
200
+ | ``gnu++2b``
201
202
+ Working draft for ISO C++ 2023 with GNU extensions
203
204
The default C++ language standard is ``gnu++14``.
205
0 commit comments