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:
@@ -7,6 +7,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
// UNSUPPORTED: c++98, c++03
|
||||||
|
|
||||||
// <locale>
|
// <locale>
|
||||||
|
|
||||||
// wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
|
// wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
|
||||||
|
|||||||
@@ -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>
|
// <locale>
|
||||||
|
|
||||||
// wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
|
// wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
|
||||||
|
|||||||
Reference in New Issue
Block a user