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

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 26 15:10:13 PDT 2022


huixie90 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","",""
+"","","","",""
----------------
Mordante wrote:
> 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?
It is this commit 
https://github.com/llvm/llvm-project/commit/cb8a0b07974eb6a6aa681c30ce694e13b33a3db5

(I don't know how to find out which version though)


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