From acc9e7b3f85d9d7e56b1c547a4841b956a51fbdb Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Sat, 8 Mar 2025 19:54:05 +0200 Subject: [PATCH] [libc++][NFC] Fixed bad link in 21.rst --- libcxx/docs/ReleaseNotes/21.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/docs/ReleaseNotes/21.rst b/libcxx/docs/ReleaseNotes/21.rst index a1100f0630382..633d114693c82 100644 --- a/libcxx/docs/ReleaseNotes/21.rst +++ b/libcxx/docs/ReleaseNotes/21.rst @@ -41,7 +41,7 @@ Implemented Papers - N4258: Cleaning-up noexcept in the Library (`Github `__) - P0767R1: Deprecate POD (`Github `__) - P1361R2: Integration of chrono with text formatting (`Github `__) -- P2255R2: A type trait to detect reference binding to temporary (implemented the type traits only) (`Github `) +- P2255R2: A type trait to detect reference binding to temporary (implemented the type traits only) (`Github `__) Improvements and New Features -----------------------------