forked from OSchip/llvm-project
[libcxx] Mark CTAD tests for set and multiset as unsupported on older Apple Clangs
Those fail on Green Dragon. llvm-svn: 363107
This commit is contained in:
parent
40e3bdf876
commit
c06943b67d
|
@ -9,6 +9,7 @@
|
|||
// <set>
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// UNSUPPORTED: libcpp-no-deduction-guides
|
||||
// UNSUPPORTED: apple-clang-9.1
|
||||
|
||||
// template<class InputIterator,
|
||||
// class Compare = less<iter-value-type<InputIterator>>,
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
// <set>
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// UNSUPPORTED: libcpp-no-deduction-guides
|
||||
// UNSUPPORTED: apple-clang-9.1
|
||||
|
||||
// template<class InputIterator,
|
||||
// class Compare = less<iter-value-type<InputIterator>>,
|
||||
|
|
Loading…
Reference in New Issue