Fix C++03 build

llvm-svn: 273832
This commit is contained in:
Eric Fiselier 2016-06-26 23:18:23 +00:00
parent bb94dca13a
commit 66fe5a4e2b
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03
// <locale>
// wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>

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>