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 b442173 commit 800b643Copy full SHA for 800b643
clang/docs/LanguageExtensions.rst
@@ -1493,6 +1493,7 @@ Conditional ``explicit`` __cpp_conditional_explicit C+
1493
``if consteval`` __cpp_if_consteval C++23 C++20
1494
``static operator()`` __cpp_static_call_operator C++23 C++03
1495
Attributes on Lambda-Expressions C++23 C++11
1496
+``= delete ("should have a reason");`` __cpp_deleted_function C++26 C++03
1497
-------------------------------------------- -------------------------------- ------------- -------------
1498
Designated initializers (N494) C99 C89
1499
Array & element qualification (N2607) C23 C89
0 commit comments