Skip to content

Commit b204321

Browse files
authored
[Clang][docs] Update extension documentation (#75150)
This is back-ported to C++03 now, since clang accepts C++11 attributes in C++03. https://godbolt.org/z/f7xG18bdE
1 parent 985c008 commit b204321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/LanguageExtensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ Relaxed constexpr __cpp_constexpr C++14
14701470
``if constexpr`` __cpp_if_constexpr C++17 C++11
14711471
fold expressions __cpp_fold_expressions C++17 C++03
14721472
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
1473+
Attributes on enums __cpp_enumerator_attributes C++17 C++03
14741474
Guaranteed copy elision __cpp_guaranteed_copy_elision C++17 C++03
14751475
Hexadecimal floating literals __cpp_hex_float C++17 C++03
14761476
``inline`` variables __cpp_inline_variables C++17 C++03

0 commit comments

Comments
 (0)