From 8a1e069cc479e501b058bdb1a3d961ee6f852c3d Mon Sep 17 00:00:00 2001 From: Roy Jacobson Date: Thu, 29 Sep 2022 23:16:17 +0300 Subject: [PATCH] [Clang][NFC] Fix broken link in release notes --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index ed5b4a2..0237a3c 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -368,7 +368,7 @@ C++ Language Changes in Clang C++20 Feature Support ^^^^^^^^^^^^^^^^^^^^^ - Support capturing structured bindings in lambdas - (`P1091R3 `_ and `P1381R1 `). + (`P1091R3 `_ and `P1381R1 `_). This fixes issues `Issue 52720 `_, `Issue 54300 `_, `Issue 54301 `_, -- 2.7.4