[libcxx-commits] [PATCH] D130595: [libc++][doc] Updates status documents.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 27 08:26:31 PDT 2022
Mordante marked 4 inline comments as done.
Mordante added a comment.
Thanks for the reviews!
================
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","",""
+"","","","",""
----------------
philnik wrote:
> 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.
Thanks!
================
Comment at: libcxx/docs/Status/Cxx2bPapers.csv:79
+"`P2467R1 <https://wg21.link/P2467R1>`__","LWG","Support exclusive mode for ``fstreams``","July 2022","",""
+"`P2468R2 <https://wg21.link/P2468R2>`__","LWG","The Equality Operator You Are Looking For","July 2022","",""
+"`P2474R2 <https://wg21.link/P2474R2>`__","LWG","``views::repeat``","July 2022","",""
----------------
philnik wrote:
> Why is this in here? AFAICT it only has core wording changes.
Good catch I thought I had removed that, but instead removed P1223R5 ranges::find_last(), ranges::find_last_if(), and ranges::find_last_if_not(). So I'll rectify that before landing.
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