The apple versions of clang don't support deduction guides yet.

llvm-svn: 324640
This commit is contained in:
Marshall Clow 2018-02-08 19:33:03 +00:00
parent 3f462e90cc
commit 7f7891c427
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
// <string>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: clang-3.3, clang-3.4, clang-3.5, clang-3.6, clang-3.7, clang-3.8, clang-3.9, clang-4.0
// UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8.0
// template<class InputIterator,
// class Allocator = allocator<typename iterator_traits<InputIterator>::value_type>>

View File

@ -10,6 +10,7 @@
// <string>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: clang-3.3, clang-3.4, clang-3.5, clang-3.6, clang-3.7, clang-3.8, clang-3.9, clang-4.0
// UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8.0
// template<class InputIterator>
// basic_string(InputIterator begin, InputIterator end,