[libcxx-commits] [PATCH] D124739: [libc++] Add Mathematical Special Functions status page
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 3 09:45:37 PDT 2022
Mordante added a comment.
I want to review it later again, open-std.org is down again, so I can't review the status list you added.
================
Comment at: libcxx/docs/Status/MathematicalSpecialFunctions.rst:1
+.. zip-status:
+
----------------
copy paste
================
Comment at: libcxx/docs/Status/MathematicalSpecialFunctions.rst:15
+
+This document contains the status of the C++17 Mathematical Special Functions implementation in libc++.
+
----------------
I think it would be good to add a link to `p0226r1` here.
================
Comment at: libcxx/docs/Status/MathematicalSpecialFunctionsProjects.csv:1
+Section,Description,Complete
+| `[sf.cmath.assoc.laguerre] <https://wg21.link/sf.cmath.assoc.laguerre>`_,"assoc_laguerre, assoc_laguerref, assoc_laguerrel",""
----------------
Why not use `Section, Description,Dependencies,Assignee,Complete` like most other status pages?
================
Comment at: libcxx/docs/index.rst:50
Status/Zip
+ Status/MathematicalSpecialFunctions
----------------
Currently the list is in alphabetic order.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124739/new/
https://reviews.llvm.org/D124739
More information about the libcxx-commits
mailing list