[libcxx-commits] [PATCH] D97742: [C++23] [P1518R2] Better CTAD behavior for containers with allocators

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 16 12:31:05 PDT 2021


Quuxplusone added inline comments.


================
Comment at: libcxx/docs/Cxx2bStatusPaperStatus.csv:5
 "`P1048R1 <https://wg21.link/P1048R1>`__","LWG","A proposal for a type trait to detect scoped enumerations","Autumn 2020","|Complete|","12.0"
+"`P1518R2 <https://wg21.link/P1518R2>`__","LWG","Stop overconstraining allocators in container deduction guides","June 2021","|Complete|","13.0"
 "`P1679R3 <https://wg21.link/P1679R3>`__","LWG","string contains function","Autumn 2020","|Complete|","12.0"
----------------
Mordante wrote:
> Minor nit-pick the placement seems odd. This should be a new section for the June 2021 accepted papers.
> (I'm not sure who adds the papers and issues after a meeting, but it would be nice to have all papers and issues listed.)
> it would be nice to have all papers and issues listed

It sure would. @ldionne? :)

> This should be a new section for the June 2021 accepted papers.

Hm, I had blindly figured they were just listed asciibetically by paper number, but yeah, I see Cxx2aStatusPaperStatus.csv is organized in the way you describe. Will fix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97742



More information about the libcxx-commits mailing list