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 1a3e41f commit 43a391cCopy full SHA for 43a391c
clang/docs/LanguageExtensions.rst
@@ -1641,7 +1641,7 @@ Conditional ``explicit`` __cpp_conditional_explicit C
1641
Attributes on Lambda-Expressions C++23 C++11
1642
Attributes on Structured Bindings __cpp_structured_bindings C++26 C++03
1643
Packs in Structured Bindings __cpp_structured_bindings C++26 C++03
1644
-Structured binding declaration as a condition C++26 C++11
+Structured binding declaration as a condition __cpp_structured_bindings C++26 C++98
1645
Static assert with user-generated message __cpp_static_assert >= 202306L C++26 C++11
1646
Pack Indexing __cpp_pack_indexing C++26 C++03
1647
``= delete ("should have a reason");`` __cpp_deleted_function C++26 C++03
0 commit comments