XFAIL tuple deduction guide test on GCC

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@304969 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2017-06-08 08:03:35 +00:00
parent 3113ac6f85
commit c597e3867e

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