Skip to content

Commit

Permalink
[libc++][doc] Uses the proper paper number.
Browse files Browse the repository at this point in the history
This was brought to my attention in
llvm@88622aa#r122279717
  • Loading branch information
mordante committed Jul 22, 2023
1 parent 6617977 commit 770b020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libcxx/docs/ReleaseNotes/17.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion libcxx/docs/Status/Cxx23.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 770b020

Please sign in to comment.