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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 20 12:29:18 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL363968: [libc++] Take 2: Implement CTAD for map and multimap (authored by ldionne, committed by ).
Herald added subscribers: llvm-commits, christof.
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D58587?vs=205408&id=205879#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D58587

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58587.205879.patch
Type: text/x-patch
Size: 38745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190620/b4dca09d/attachment-0001.bin>


More information about the libcxx-commits mailing list