[libcxx-commits] [PATCH] D140407: [libc++][doc] Adds Kona plenary papers and issues.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 21 08:28:03 PST 2022
Mordante marked 4 inline comments as done.
Mordante added a comment.
Thanks for the reviews!
================
Comment at: libcxx/docs/Status/Cxx2bPapers.csv:99
+"`P1202R5 <https://wg21.link/P1202R5>`__","LWG", "Asymmetric Fences", "November 2022","","",""
+"`P1264R2 <https://wg21.link/P1264R2>`__","LWG", "Revising the wording of ``stream`` input operations", "November 2022","","",""
+"`P1478R8 <https://wg21.link/P1478R8>`__","LWG", "``Byte-wise`` ``atomic`` ``memcpy``", "November 2022","","",""
----------------
ldionne wrote:
> Mordante wrote:
> > philnik wrote:
> > > @ldionne Do you know if this is implemented in libc++?
> > I assume we don't, but I noticed the author too.
> Yes, it is implemented already. We can mark it as done since `396145d0da19e49557b541fca2b97d48757fe3dc`, which I guess was LLVM 8.
Thanks for the info!
Based on the LLVM release info LLVM 8.0 was released 20 Mar 2019 and that patch landed on 5 Apr 2019. Based on that I'll mark it as LLVM 9.0.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140407/new/
https://reviews.llvm.org/D140407
More information about the libcxx-commits
mailing list