[libcxx-commits] [PATCH] D58587: Implement P0433: deduction guides for <map>

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 6 08:21:51 PDT 2019


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

Use the original `decltype(source)::allocator_type` instead of `std::allocator<int>` in the allocator-aware-copy-constructor test. So we don't insist on P1518R0 support (yet).


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D58587

Files:
  include/iterator
  include/map
  test/std/containers/associative/map/map.cons/deduct.fail.cpp
  test/std/containers/associative/map/map.cons/deduct.pass.cpp
  test/std/containers/associative/map/map.cons/deduct_const.pass.cpp
  test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp
  test/std/containers/associative/multimap/multimap.cons/deduct.pass.cpp
  test/std/containers/associative/multimap/multimap.cons/deduct_const.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58587.203373.patch
Type: text/x-patch
Size: 37851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190606/6da412db/attachment-0001.bin>


More information about the libcxx-commits mailing list