[libcxx-commits] [PATCH] D130595: [libc++][doc] Updates status documents.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 26 13:49:32 PDT 2022


Mordante added inline comments.


================
Comment at: libcxx/docs/Status/Cxx2bIssues.csv:187
+"`3721 <https://wg21.link/LWG3721>`__","Allow an ``arg-id`` with a value of zero for ``width`` in ``std-format-spec``","July 2022","","","|format|"
+"`3724 <https://wg21.link/LWG3724>`__","``decay-copy`` should be constrained","July 2022","",""
+"","","","",""
----------------
huixie90 wrote:
> nit: we can claim this done as we implemented `decay-copy` as a macro to `static_cast` which doesn't have the problem the issue mentioned
Thanks! Do you know in which version of libc++ this was fixed?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130595/new/

https://reviews.llvm.org/D130595



More information about the libcxx-commits mailing list