[libcxx-commits] [PATCH] D106827: [libc++] Implement the resolutions for LWG3506 and LWG3522.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 28 14:35:21 PDT 2021


Quuxplusone updated this revision to Diff 362543.
Quuxplusone retitled this revision from "[libc++] Implement the resolution for LWG3522 in all language modes." to "[libc++] Implement the resolutions for LWG3506 and LWG3522.".
Quuxplusone edited the summary of this revision.
Quuxplusone added a comment.

Roll D106824 <https://reviews.llvm.org/D106824> into D106827 <https://reviews.llvm.org/D106827>. Add `is_constructible` tests also for the new constructors added in D106824 <https://reviews.llvm.org/D106824>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106827

Files:
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/docs/Status/RangesIssues.csv
  libcxx/include/queue
  libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_iter_iter_alloc.pass.cpp
  libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_iter_iter_comp_alloc.pass.cpp
  libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_iter_iter_comp_cont_alloc.pass.cpp
  libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_iter_iter_comp_rcont_alloc.pass.cpp
  libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_constraint.compile.pass.cpp
  libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/deduct.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106827.362543.patch
Type: text/x-patch
Size: 29813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210728/bf5646d3/attachment-0001.bin>


More information about the libcxx-commits mailing list