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

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 27 21:43:48 PST 2019


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

Use `ASSERT_SAME_TYPE`.
Better comments in .fail.cpp.
Fix some whitespace in my comments.

@mclow.lists ping!


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/multimap/multimap.cons/deduct.fail.cpp
  test/std/containers/associative/multimap/multimap.cons/deduct.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58587.188676.patch
Type: text/x-patch
Size: 28176 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190228/4c322754/attachment-0001.bin>


More information about the libcxx-commits mailing list