[libcxx-commits] [PATCH] D145127: [libc++][doc] Mark LWG-3720 as "Nothing to do"
Igor Zhukov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 2 15:07:22 PST 2023
fsb4000 added inline comments.
================
Comment at: libcxx/docs/Status/Cxx2bIssues.csv:253
"`3664 <https://wg21.link/LWG3664>`__","`LWG 3392 <https://wg21.link/LWG3392>`__ ``broke std::ranges::distance(a, a+3)``","February 2023","","","|ranges|"
-"`3720 <https://wg21.link/LWG3720>`__","Restrict the valid types of ``arg-id`` for width and precision in ``std-format-spec``","February 2023","","","|format|"
+"`3720 <https://wg21.link/LWG3720>`__","Restrict the valid types of ``arg-id`` for width and precision in ``std-format-spec``","February 2023","Nothing to do","","|format|"
"`3756 <https://wg21.link/LWG3756>`__","Is the ``std::atomic_flag`` class signal-safe?","February 2023","","",""
----------------
Mordante wrote:
> Actually I disagree with this statement, see D144326
Ok.
I thought `__i128` and `__u128` are supported as libc++ extension.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145127/new/
https://reviews.llvm.org/D145127
More information about the libcxx-commits
mailing list