forked from OSchip/llvm-project
parent
fd6d3a7ef6
commit
183d83b5b9
|
@ -10,6 +10,11 @@
|
|||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// UNSUPPORTED: libcpp-no-deduction-guides
|
||||
|
||||
// GCC's implementation of class template deduction is still immature and runs
|
||||
// into issues with libc++. However GCC accepts this code when compiling
|
||||
// against libstdc++.
|
||||
// XFAIL: gcc
|
||||
|
||||
// <string>
|
||||
|
||||
// Test that the constructors offered by std::basic_string are formulated
|
||||
|
|
Loading…
Reference in New Issue