[libcxx-commits] [libcxx] [libc++][NFC] Fixed bad link in 21.rst (PR #130428)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 8 09:56:01 PST 2025
https://github.com/H-G-Hristov updated https://github.com/llvm/llvm-project/pull/130428
>From acc9e7b3f85d9d7e56b1c547a4841b956a51fbdb Mon Sep 17 00:00:00 2001
From: Hristo Hristov <hghristov.rmm at gmail.com>
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 <https://github.com/llvm/llvm-project/issues/99937>`__)
- P0767R1: Deprecate POD (`Github <https://github.com/llvm/llvm-project/issues/104013>`__)
- P1361R2: Integration of chrono with text formatting (`Github <https://github.com/llvm/llvm-project/issues/100014>`__)
-- P2255R2: A type trait to detect reference binding to temporary (implemented the type traits only) (`Github <https://github.com/llvm/llvm-project/issues/105180>`)
+- P2255R2: A type trait to detect reference binding to temporary (implemented the type traits only) (`Github <https://github.com/llvm/llvm-project/issues/105180>`__)
Improvements and New Features
-----------------------------
More information about the libcxx-commits
mailing list