summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libc++] Take 2: Implement CTAD for map and multimapLouis Dionne2019-06-201-0/+137
| | | | | | | | | | | This is a re-application of r362986 (which was reverted in r363688) with fixes for the issue that caused it to be reverted. Thanks to Arthur O'Dwyer for the patch. Differential Revision: https://reviews.llvm.org/D58587 llvm-svn: 363968
* [libc++] Revert the addition of map/multimap CTADLouis Dionne2019-06-181-137/+0
| | | | | | | | | | | | | This was found to be broken on Clang trunk. This is a revert of the following commits (the subsequent commits added XFAILs to the tests that were missing from the original submission): r362986: Implement deduction guides for map/multimap. r363014: Add some XFAILs r363097: Add more XFAILs r363197: Add even more XFAILs llvm-svn: 363688
* Implement deduction guides for map/multimap. Reviewed as ↵Marshall Clow2019-06-101-0/+137
https://reviews.llvm.org/D58587. Thanks to Quuxplusone for the submission. llvm-svn: 362986
OpenPOWER on IntegriCloud