[libcxx-commits] [libcxx] [libc++][NFC] Release notes: fixed formatting (PR #78058)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 13 10:11:23 PST 2024


https://github.com/H-G-Hristov created https://github.com/llvm/llvm-project/pull/78058

None

>From accb9b57831352d40c1b62be8a955a010c0beddc Mon Sep 17 00:00:00 2001
From: Zingam <zingam at outlook.com>
Date: Sat, 13 Jan 2024 20:10:38 +0200
Subject: [PATCH] [libc++][NFC] Release notes: fixed formatting

---
 libcxx/docs/ReleaseNotes/18.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libcxx/docs/ReleaseNotes/18.rst b/libcxx/docs/ReleaseNotes/18.rst
index 6de7d07e454d34..62a1fec627d0ca 100644
--- a/libcxx/docs/ReleaseNotes/18.rst
+++ b/libcxx/docs/ReleaseNotes/18.rst
@@ -54,10 +54,10 @@ Implemented Papers
 - P2905R2 - Runtime format strings
 - P2918R2 - Runtime format strings II
 - P2871R3 - Remove Deprecated Unicode Conversion Facets from C++26
-- P2870R3 - Remove basic_string::reserve()
+- P2870R3 - Remove ``basic_string::reserve()``
 - P2909R4 - Fix formatting of code units as integers (Dude, where’s my ``char``?)
-- P2821R5 - span.at()
-- P0521R0 - Proposed Resolution for CA 14 (shared_ptr use_count/unique)
+- P2821R5 - ``span.at()``
+- P0521R0 - Proposed Resolution for CA 14 (``shared_ptr`` ``use_count/unique``)
 - P1759R6 - Native handles and file streams
 - P2517R1 - Add a conditional ``noexcept`` specification to ``std::apply``
 



More information about the libcxx-commits mailing list