From 770b02061027b89a00108d249cb8b1b90cfa8256 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sat, 22 Jul 2023 16:44:59 +0200 Subject: [PATCH] [libc++][doc] Uses the proper paper number. This was brought to my attention in https://github.com/llvm/llvm-project/commit/88622aabf10764cc32d546f448076d25b13e94cd#r122279717 --- libcxx/docs/ReleaseNotes/17.rst | 2 +- libcxx/docs/Status/Cxx23.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/docs/ReleaseNotes/17.rst b/libcxx/docs/ReleaseNotes/17.rst index 2bb18c7..aa51e0a 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`` 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 6e60273..5b4d9a6 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. -- 2.7.4