[libcxx-commits] [PATCH] D105103: Add list of LWG papers accepted by WG21 during the June 2021 plenary

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 29 09:01:08 PDT 2021


Mordante added a comment.

Thanks a lot for updating the documentation!



================
Comment at: libcxx/docs/Cxx2bStatusPaperStatus.csv:26
+"`P2210R2 <https://wg21.link/P2210R2>`__","LWG",Superior String Splitting,"June 2021","",""
+"`P2216R3 <https://wg21.link/P2216R3>`__","LWG",std::format improvements,"June 2021","",""
+"`P2231R1 <https://wg21.link/P2231R1>`__","LWG","Missing constexpr in std::optional and std::variant","June 2021","",""
----------------
Can you add a note that this paper has been retroactively accepted in C++20? (The same for the other papers retroactively accepted to C++20.)


================
Comment at: libcxx/docs/FormatIssuePaperStatus.csv:26
+
+`P2216 <https://wg21.link/P2216>`_,"std::format improvements",,,,
----------------
Quuxplusone wrote:
> Was p2216 accepted for C++2b in June? If so, then it should //also// be listed in `libcxx/docs/Cxx2bStatusPaperStatus.csv` (as well as here: I think this line is good).
It was accepted in the last meeting. Since the paper is backported to C++20 I think it makes sense to place it next to the other format papers accepted in C++20.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105103/new/

https://reviews.llvm.org/D105103



More information about the libcxx-commits mailing list