Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc++] Remove status pages tracking SpecialMath and Zip #105672

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion libcxx/docs/ReleaseNotes/19.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Work on the experimental C++17 Parallel STL has progressed. See
:ref:`pstl-status` for the current status.

Work on the C++17 mathematical special functions has started. See
:ref:`special-math-status` for the current status.
`this issue <https://github.com/llvm/llvm-project/issues/99939>`__
for the current status.

Implemented Papers
------------------
Expand Down
2 changes: 1 addition & 1 deletion libcxx/docs/Status/Cxx17.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Paper Status
.. note::

.. [#note-P0067R5] P0067R5: ``std::(to|from)_chars`` for integrals has been available since version 7.0. ``std::to_chars`` for ``float`` and ``double`` since version 14.0 ``std::to_chars`` for ``long double`` uses the implementation for ``double``.
.. [#note-P0226] P0226: Progress is tracked `here <https://libcxx.llvm.org/Status/SpecialMath.html>`_.
.. [#note-P0226] P0226: Progress is tracked `here <https://github.com/llvm/llvm-project/issues/99939>`_.
.. [#note-P0607] P0607: The parts of P0607 that are not done are the ``<regex>`` bits.
.. [#note-P0154] P0154: The required macros are only implemented as of clang 19.
.. [#note-P0452] P0452: The changes to ``std::transform_inclusive_scan`` and ``std::transform_exclusive_scan`` have not yet been implemented.
Expand Down
35 changes: 0 additions & 35 deletions libcxx/docs/Status/SpecialMath.rst

This file was deleted.

22 changes: 0 additions & 22 deletions libcxx/docs/Status/SpecialMathProjects.csv

This file was deleted.

29 changes: 0 additions & 29 deletions libcxx/docs/Status/Zip.rst

This file was deleted.

27 changes: 0 additions & 27 deletions libcxx/docs/Status/ZipProjects.csv

This file was deleted.

2 changes: 0 additions & 2 deletions libcxx/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ Getting Started with libc++
Status/Format
Status/Parallelism
Status/PSTL
Status/SpecialMath
Status/Zip


.. toctree::
Expand Down
Loading