summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libc++] Mark CTAD tests as not failing on AppleClang 10.0.1Louis Dionne2019-09-231-1/+1
| | | | | | They do fail on AppleClang 10.0.0, but not AppleClang 10.0.1 llvm-svn: 372632
* [libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10Louis Dionne2019-06-121-1/+1
| | | | llvm-svn: 363209
* Mark CTAD fail tests for set/multiset as XFAIL for older compilers that give ↵Marshall Clow2019-06-111-0/+2
| | | | | | different error messages llvm-svn: 363099
* [libc++] Implement deduction guides for <set>Louis Dionne2019-06-111-0/+69
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