Fix C++03 build

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@273832 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2016-06-26 23:18:23 +00:00
parent e7aabbb6c6
commit 7a317cec51
2 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,10 @@
//
//===----------------------------------------------------------------------===//
// These constructors are still unavailable in C++03, but this test depends
// on access control SFINAE and fails without it.
// UNSUPPORTED: c++98, c++03
// <locale>
// wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>