[libcxx-commits] [PATCH] D65232: [libc++] Implement LWG 3158

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 24 10:49:21 PDT 2019


ldionne created this revision.
ldionne added reviewers: EricWF, mclow.lists.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous, christof.
Herald added a project: libc++.
ldionne added a parent revision: D65161: [libc++] Implement LWG 2510.

LWG 3158 marks the allocator_arg_t constructor of std::tuple as
conditionnally explicit based on whether the default constructors
of the tuple's members are explicitly default constructible.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65232

Files:
  libcxx/include/tuple
  libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.fail.cpp
  libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp
  libcxx/www/upcoming_meeting.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65232.211561.patch
Type: text/x-patch
Size: 7031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190724/2385f3ae/attachment-0001.bin>


More information about the libcxx-commits mailing list