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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 26 15:26:31 PDT 2022


philnik 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:
> 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)
You can just search for the title. If you only find one commit, look at which branches it is part of (in this case, LLVM14). If there are multiple matches just check which one was cherry-picked onto a release branch and that's the correct version.


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