BASE: Add c++11 unicode string literal test
This commit is contained in:
parent
43e94a5390
commit
88f8102640
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@
|
|||
#include "common/hash-str.h"
|
||||
#include "common/rect.h"
|
||||
|
||||
#ifndef DONT_TEST_UNICODE_STRING_LITERAL
|
||||
const char16_t *u16str = u"\u00DAnicode string";
|
||||
const char32_t *u32str = U"\u00DAnicode string";
|
||||
#endif
|
||||
|
||||
#ifndef DONT_TEST_INITIALIZIER_LIST1
|
||||
#ifndef USE_INITIALIZIER_LIST_REPLACEMENT
|
||||
#include <initializer_list>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue