[libcxx-commits] [PATCH] D93816: [libc++] Mark [P0475] "LWG2511: guaranteed copy elision for piecewise construction" as Complete. NFC.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 25 13:27:44 PST 2020


Quuxplusone created this revision.
Quuxplusone added reviewers: ldionne, EricWF.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

The point of LWG2511 is basically just to make sure that we use `tuple<Args&&...>` instead of `tuple<Args...>` in a couple of places inside `scoped_allocator_adaptor` and inside `pair`. As far as I can tell, this has been true for libc++ since @EricWF's D27612 <https://reviews.llvm.org/D27612> (and maybe even earlier than that).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93816

Files:
  libcxx/docs/Cxx2aStatusPaperStatus.csv


Index: libcxx/docs/Cxx2aStatusPaperStatus.csv
===================================================================
--- libcxx/docs/Cxx2aStatusPaperStatus.csv
+++ libcxx/docs/Cxx2aStatusPaperStatus.csv
@@ -28,7 +28,7 @@
 "","","","","",""
 "`P0019R8 <https://wg21.link/P0019R8>`__","LWG","Atomic Ref","Rapperswil","",""
 "`P0458R2 <https://wg21.link/P0458R2>`__","LWG","Checking for Existence of an Element in Associative Containers","Rapperswil","|Complete|",""
-"`P0475R1 <https://wg21.link/P0475R1>`__","LWG","LWG 2511: guaranteed copy elision for piecewise construction","Rapperswil","",""
+"`P0475R1 <https://wg21.link/P0475R1>`__","LWG","LWG 2511: guaranteed copy elision for piecewise construction","Rapperswil","|Complete|",""
 "`P0476R2 <https://wg21.link/P0476R2>`__","LWG","Bit-casting object representations","Rapperswil","",""
 "`P0528R3 <https://wg21.link/P0528R3>`__","CWG","The Curious Case of Padding Bits, Featuring Atomic Compare-and-Exchange","Rapperswil","",""
 "`P0542R5 <https://wg21.link/P0542R5>`__","CWG","Support for contract based programming in C++","Rapperswil","",""


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93816.313735.patch
Type: text/x-patch
Size: 1096 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201225/2e3fa890/attachment.bin>


More information about the libcxx-commits mailing list