[libcxx-commits] [PATCH] D140407: [libc++][doc] Adds Kona plenary papers and issues.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 21 06:22:43 PST 2022


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
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","","",""
----------------
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.


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