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

via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 13 10:14:43 PST 2024


Author: Hristo Hristov
Date: 2024-01-13T20:14:38+02:00
New Revision: 3f21253ddd9f74d68f0b822bc2aac79b17f26787

URL: https://github.com/llvm/llvm-project/commit/3f21253ddd9f74d68f0b822bc2aac79b17f26787
DIFF: https://github.com/llvm/llvm-project/commit/3f21253ddd9f74d68f0b822bc2aac79b17f26787.diff

LOG: [libc++][NFC] Release notes: fixed formatting (#78058)

Co-authored-by: Zingam <zingam at outlook.com>

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes/18.rst

Removed: 
    


################################################################################
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