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

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 11 07:29:59 PDT 2019


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

Update the tests to no longer test P1518R0 (although it is still supported by the code); this is the same thing I did in my last edit to D58587 <https://reviews.llvm.org/D58587>.

@mclow.lists ping! I think this one is now ready to land, unless I missed something.


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.204064.patch
Type: text/x-patch
Size: 23784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190611/814dfc39/attachment-0001.bin>


More information about the libcxx-commits mailing list