XFAIL tuple deduction guide test on GCC

llvm-svn: 304969
This commit is contained in:
Eric Fiselier 2017-06-08 08:03:35 +00:00
parent fd6d3a7ef6
commit 183d83b5b9
1 changed files with 5 additions and 0 deletions

View File

@ -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