[libcxx-commits] [libcxx] 29811a8 - [libc++][docs] Fixing hyperlink for mathematical special function documentation (#104444)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 18 06:00:15 PDT 2024
Author: PaulXiCao
Date: 2024-08-18T15:00:11+02:00
New Revision: 29811a81f77c22523dbfffbd2d39ac731baea37b
URL: https://github.com/llvm/llvm-project/commit/29811a81f77c22523dbfffbd2d39ac731baea37b
DIFF: https://github.com/llvm/llvm-project/commit/29811a81f77c22523dbfffbd2d39ac731baea37b.diff
LOG: [libc++][docs] Fixing hyperlink for mathematical special function documentation (#104444)
Inter-documentation link for progress tracking of mathematical special
function is fixed.
Added:
Modified:
libcxx/docs/Status/Cxx17.rst
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx17.rst b/libcxx/docs/Status/Cxx17.rst
index 3f1f2071300c80..9263bd7c4af0c8 100644
--- a/libcxx/docs/Status/Cxx17.rst
+++ b/libcxx/docs/Status/Cxx17.rst
@@ -41,7 +41,7 @@ Paper Status
.. note::
.. [#note-P0067] P0067: ``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://https://libcxx.llvm.org/Status/SpecialMath.html>`_.
+ .. [#note-P0226] P0226: Progress is tracked `here <https://libcxx.llvm.org/Status/SpecialMath.html>`_.
.. [#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.
More information about the libcxx-commits
mailing list