summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative/set/set.cons/deduct.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libcxx] Mark CTAD tests for set and multiset as unsupported on older Apple ↵Louis Dionne2019-06-111-0/+1
| | | | | | | | Clangs Those fail on Green Dragon. llvm-svn: 363107
* [libc++] Implement deduction guides for <set>Louis Dionne2019-06-111-0/+188
This is part of C++17's P0433. Thanks to Arthur O'Dwyer for the patch. Differential Revision: https://reviews.llvm.org/D58582 llvm-svn: 363090
OpenPOWER on IntegriCloud