[libcxx-commits] [libcxx] 66e01f4 - [libc++][NFC] Fix weird unicode character in release notes

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 21 09:47:54 PDT 2022


Author: Louis Dionne
Date: 2022-07-21T12:47:47-04:00
New Revision: 66e01f47e46bcda11c4cbd942c7a7cafad1d38da

URL: https://github.com/llvm/llvm-project/commit/66e01f47e46bcda11c4cbd942c7a7cafad1d38da
DIFF: https://github.com/llvm/llvm-project/commit/66e01f47e46bcda11c4cbd942c7a7cafad1d38da.diff

LOG: [libc++][NFC] Fix weird unicode character in release notes

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index fa0defbee4386..e31191ad2e46b 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -50,31 +50,31 @@ almost complete. The ``ranges`` library is considered experimental.
 Implemented Papers
 ------------------
 
-- P0627R6 – Function to mark unreachable code
-- P1165R1 – Make stateful allocator propagation more consistent for ``operator+(basic_string)``
-- P0674R1 – Support arrays in ``make_shared`` and ``allocate_shared``
-- P0980R1 – Making ``std::string`` constexpr
-- P2216R3 – ``std::format`` improvements
-- P0174R2 – Deprecating Vestigial Library Parts in C++17
-- N4190 – Removing ``auto_ptr``, ``random_shuffle()``, And Old ``<functional>`` Stuff
-- P0154R1 – Hardware inference size
-- P0618R0 – Deprecating ``<codecvt>``
-- P2418R2 – Add support for ``std::generator``-like types to ``std::format``
-- LWG3659 – Consider ``ATOMIC_FLAG_INIT`` undeprecation
-- P1423R3 – ``char8_t`` backward compatibility remediation
+- P0627R6 - Function to mark unreachable code
+- P1165R1 - Make stateful allocator propagation more consistent for ``operator+(basic_string)``
+- P0674R1 - Support arrays in ``make_shared`` and ``allocate_shared``
+- P0980R1 - Making ``std::string`` constexpr
+- P2216R3 - ``std::format`` improvements
+- P0174R2 - Deprecating Vestigial Library Parts in C++17
+- N4190 - Removing ``auto_ptr``, ``random_shuffle()``, And Old ``<functional>`` Stuff
+- P0154R1 - Hardware inference size
+- P0618R0 - Deprecating ``<codecvt>``
+- P2418R2 - Add support for ``std::generator``-like types to ``std::format``
+- LWG3659 - Consider ``ATOMIC_FLAG_INIT`` undeprecation
+- P1423R3 - ``char8_t`` backward compatibility remediation
 
 - Marked the following papers as "Complete" (note that some of those might have
   been implemented in a previous release but not marked as such):
 
-    - P1207R4 – Movability of Single-pass Iterators
-    - P1474R1 – Helpful pointers for ``ContiguousIterator``
-    - P1522R1 – Iterator Difference Type and Integer Overflow
-    - P1523R1 – Views and Size Types
-    - P1456R1 – Move-only views
-    - P1870R1 – ``forwarding-range`` is too subtle
-    - P1878R1 – Constraining Readable Types
-    - P1970R2 – Consistency for ``size()`` functions: Add ``ranges::ssize``
-    - P1983R0 – Wording for GB301, US296, US292, US291, and US283
+    - P1207R4 - Movability of Single-pass Iterators
+    - P1474R1 - Helpful pointers for ``ContiguousIterator``
+    - P1522R1 - Iterator Difference Type and Integer Overflow
+    - P1523R1 - Views and Size Types
+    - P1456R1 - Move-only views
+    - P1870R1 - ``forwarding-range`` is too subtle
+    - P1878R1 - Constraining Readable Types
+    - P1970R2 - Consistency for ``size()`` functions: Add ``ranges::ssize``
+    - P1983R0 - Wording for GB301, US296, US292, US291, and US283
 
 New Features
 ------------


        


More information about the libcxx-commits mailing list