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

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 29 12:36:31 PDT 2019


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

Address review comments. (Remove the two tests involving a multimap-of-reference-type.)


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.202024.patch
Type: text/x-patch
Size: 37819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190529/68349e3a/attachment-0001.bin>


More information about the libcxx-commits mailing list