Skip to content

Commit 0f13967

Browse files
committed
[libc++] Remove status pages tracking SpecialMath and Zip
Instead of tracking those using our static CSV files, I created lists of subtasks in their respective issues (#99939 and #105169) to track the work that is still left.
1 parent 58ac764 commit 0f13967

File tree

7 files changed

+3
-117
lines changed

7 files changed

+3
-117
lines changed

libcxx/docs/ReleaseNotes/19.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ Work on the experimental C++17 Parallel STL has progressed. See
4646
:ref:`pstl-status` for the current status.
4747

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

5152
Implemented Papers
5253
------------------

libcxx/docs/Status/Cxx17.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Paper Status
3939
.. note::
4040

4141
.. [#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``.
42-
.. [#note-P0226] P0226: Progress is tracked `here <https://libcxx.llvm.org/Status/SpecialMath.html>`_.
42+
.. [#note-P0226] P0226: Progress is tracked `here <https://github.com/llvm/llvm-project/issues/99939>`_.
4343
.. [#note-P0607] P0607: The parts of P0607 that are not done are the ``<regex>`` bits.
4444
.. [#note-P0154] P0154: The required macros are only implemented as of clang 19.
4545
.. [#note-P0452] P0452: The changes to ``std::transform_inclusive_scan`` and ``std::transform_exclusive_scan`` have not yet been implemented.

libcxx/docs/Status/SpecialMath.rst

Lines changed: 0 additions & 35 deletions
This file was deleted.

libcxx/docs/Status/SpecialMathProjects.csv

Lines changed: 0 additions & 22 deletions
This file was deleted.

libcxx/docs/Status/Zip.rst

Lines changed: 0 additions & 29 deletions
This file was deleted.

libcxx/docs/Status/ZipProjects.csv

Lines changed: 0 additions & 27 deletions
This file was deleted.

libcxx/docs/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ Getting Started with libc++
5050
Status/Format
5151
Status/Parallelism
5252
Status/PSTL
53-
Status/SpecialMath
54-
Status/Zip
5553

5654

5755
.. toctree::

0 commit comments

Comments
 (0)