[libcxx-commits] [libcxx] 770b020 - [libc++][doc] Uses the proper paper number.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 22 07:46:14 PDT 2023


Author: Mark de Wever
Date: 2023-07-22T16:44:59+02:00
New Revision: 770b02061027b89a00108d249cb8b1b90cfa8256

URL: https://github.com/llvm/llvm-project/commit/770b02061027b89a00108d249cb8b1b90cfa8256
DIFF: https://github.com/llvm/llvm-project/commit/770b02061027b89a00108d249cb8b1b90cfa8256.diff

LOG: [libc++][doc] Uses the proper paper number.

This was brought to my attention in
https://github.com/llvm/llvm-project/commit/88622aabf10764cc32d546f448076d25b13e94cd#r122279717

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes/17.rst
    libcxx/docs/Status/Cxx23.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/ReleaseNotes/17.rst b/libcxx/docs/ReleaseNotes/17.rst
index 2bb18c705b0a82..aa51e0ae124a1a 100644
--- a/libcxx/docs/ReleaseNotes/17.rst
+++ b/libcxx/docs/ReleaseNotes/17.rst
@@ -58,7 +58,7 @@ Implemented Papers
 - P1206R7 - ``ranges::to``: A function to convert any range to a container
 - P2520R0 - ``move_iterator<T*>`` should be a random access iterator
 - P1328R1 - ``constexpr type_info::operator==()``
-- P1413R3 - Formatting ``thread::id`` (the ``stacktrace`` is not done yet)
+- P2693R1 - Formatting ``thread::id`` (the ``stacktrace`` is not done yet)
 - P2675R1 - ``format``'s width estimation is too approximate and not forward compatible
 - P2505R5 - Monadic operations for ``std::expected``
 - P2711R1 - Making Multi-Param Constructors Of views explicit (``join_with_view`` is not done yet)

diff  --git a/libcxx/docs/Status/Cxx23.rst b/libcxx/docs/Status/Cxx23.rst
index 6e6027354b6095..5b4d9a6fe943d4 100644
--- a/libcxx/docs/Status/Cxx23.rst
+++ b/libcxx/docs/Status/Cxx23.rst
@@ -46,7 +46,7 @@ Paper Status
       clang doesn't issue a diagnostic for deprecated using template declarations.
    .. [#note-P2520R0] P2520R0: Libc++ implemented this paper as a DR in C++20 as well.
    .. [#note-P2711R1] P2711R1: ``join_with_view`` hasn't been done yet since this type isn't implemented yet.
-   .. [#note-P2693R1] P1413R3: The formatter for ``std::thread::id`` is implemented.
+   .. [#note-P2693R1] P2693R1: The formatter for ``std::thread::id`` is implemented.
       The formatter for ``stacktrace`` is not implemented, since ``stacktrace`` is
       not implemented yet.
 


        


More information about the libcxx-commits mailing list