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 985c008 commit b204321Copy full SHA for b204321
clang/docs/LanguageExtensions.rst
@@ -1470,7 +1470,7 @@ Relaxed constexpr __cpp_constexpr C++14
1470
``if constexpr`` __cpp_if_constexpr C++17 C++11
1471
fold expressions __cpp_fold_expressions C++17 C++03
1472
Lambda capture of \*this by value __cpp_capture_star_this C++17 C++11
1473
-Attributes on enums __cpp_enumerator_attributes C++17 C++11
+Attributes on enums __cpp_enumerator_attributes C++17 C++03
1474
Guaranteed copy elision __cpp_guaranteed_copy_elision C++17 C++03
1475
Hexadecimal floating literals __cpp_hex_float C++17 C++03
1476
``inline`` variables __cpp_inline_variables C++17 C++03
0 commit comments