[libcxx-commits] [libcxx] 262a775 - [libc++][NFC] Fixed bad link in 21.rst (#130428)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 8 14:52:54 PST 2025
Author: Hristo Hristov
Date: 2025-03-09T00:52:51+02:00
New Revision: 262a7755822c5eec96aea41f7f010b15c040f480
URL: https://github.com/llvm/llvm-project/commit/262a7755822c5eec96aea41f7f010b15c040f480
DIFF: https://github.com/llvm/llvm-project/commit/262a7755822c5eec96aea41f7f010b15c040f480.diff
LOG: [libc++][NFC] Fixed bad link in 21.rst (#130428)
Added:
Modified:
libcxx/docs/ReleaseNotes/21.rst
Removed:
################################################################################
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