[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 Mar 3 20:13:38 PST 2021


Quuxplusone updated this revision to Diff 328005.
Quuxplusone marked an inline comment as done.
Quuxplusone added a comment.

Added a "NFCI" commit in front of my feature work here:

  [libc++] Use _EnableIf and __iter_value_type consistently. NFCI.
  
  Specifically, use these metafunctions consistently in areas that are
  about to be affected by P1518R2's changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97742

Files:
  libcxx/include/deque
  libcxx/include/forward_list
  libcxx/include/list
  libcxx/include/queue
  libcxx/include/set
  libcxx/include/stack
  libcxx/include/string
  libcxx/include/vector
  libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/deduct.pass.cpp
  libcxx/test/std/containers/container.adaptors/queue/queue.cons/deduct.pass.cpp
  libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp
  libcxx/test/std/containers/sequences/deque/deque.cons/deduct.pass.cpp
  libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/deduct.pass.cpp
  libcxx/test/std/containers/sequences/list/list.cons/deduct.pass.cpp
  libcxx/test/std/containers/sequences/vector/vector.cons/deduct.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97742.328005.patch
Type: text/x-patch
Size: 45809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210304/28e6984e/attachment-0001.bin>


More information about the libcxx-commits mailing list