[libcxx-commits] [PATCH] D58617: Implement deduction guides for <unordered_set>

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 3 18:37:43 PDT 2019


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

Updated to use `_EnableIf` per EricWF's refactoring of June 23.

@mclow.lists ping! I still think this is ready to land.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D58617

Files:
  include/unordered_set
  test/std/containers/unord/unord.multiset/unord.multiset.cnstr/deduct.fail.cpp
  test/std/containers/unord/unord.multiset/unord.multiset.cnstr/deduct.pass.cpp
  test/std/containers/unord/unord.set/unord.set.cnstr/deduct.fail.cpp
  test/std/containers/unord/unord.set/unord.set.cnstr/deduct.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58617.207946.patch
Type: text/x-patch
Size: 35733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190704/37af54fa/attachment-0001.bin>


More information about the libcxx-commits mailing list