[libcxx-commits] [PATCH] D58582: Implement P0433: deduction guides for <set>

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 20 11:15:55 PDT 2019


Quuxplusone updated this revision to Diff 195977.
Quuxplusone added a comment.

Rebased on master.

@EricWF ping?

(Is "CTAD for container types" similar to "polymorphic memory resources" in the bucket of "things libc++ doesn't want to implement for engineering reasons," and if so, could you guys go on record with that? It would be less dysfunctional than the current model.)


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D58582

Files:
  include/set
  test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp
  test/std/containers/associative/multiset/multiset.cons/deduct.pass.cpp
  test/std/containers/associative/set/set.cons/deduct.fail.cpp
  test/std/containers/associative/set/set.cons/deduct.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58582.195977.patch
Type: text/x-patch
Size: 23603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190420/2e1add40/attachment-0001.bin>


More information about the libcxx-commits mailing list