Skip to content

Commit 43a391c

Browse files
committed
Correct LanguageExtensions.rst
The feature was in fact backported to C++98
1 parent 1a3e41f commit 43a391c

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
@@ -1641,7 +1641,7 @@ Conditional ``explicit`` __cpp_conditional_explicit C
16411641
Attributes on Lambda-Expressions C++23 C++11
16421642
Attributes on Structured Bindings __cpp_structured_bindings C++26 C++03
16431643
Packs in Structured Bindings __cpp_structured_bindings C++26 C++03
1644-
Structured binding declaration as a condition C++26 C++11
1644+
Structured binding declaration as a condition __cpp_structured_bindings C++26 C++98
16451645
Static assert with user-generated message __cpp_static_assert >= 202306L C++26 C++11
16461646
Pack Indexing __cpp_pack_indexing C++26 C++03
16471647
``= delete ("should have a reason");`` __cpp_deleted_function C++26 C++03

0 commit comments

Comments
 (0)