Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
llvm-svn: 348828
This commit is contained in:
@@ -42,6 +42,12 @@ int main () {
|
||||
test ( std::wstring(L"") );
|
||||
test ( std::wstring() );
|
||||
|
||||
#if defined(__cpp_lib_char8_t) && __cpp_lib_char8_t >= 201811L
|
||||
test ( std::u8string{u8"QBCDE"} );
|
||||
test ( std::u8string{u8""} );
|
||||
test ( std::u8string{} );
|
||||
#endif
|
||||
|
||||
#if TEST_STD_VER >= 11
|
||||
test ( std::u16string{u"QBCDE"} );
|
||||
test ( std::u16string{u""} );
|
||||
|
||||
Reference in New Issue
Block a user