BASE: Add c++11 unicode string literal test
This commit is contained in:
parent
1b67a0f069
commit
1dfbb0cc4c
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@
|
||||||
#include "common/hash-str.h"
|
#include "common/hash-str.h"
|
||||||
#include "common/rect.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 DONT_TEST_INITIALIZIER_LIST1
|
||||||
#ifndef USE_INITIALIZIER_LIST_REPLACEMENT
|
#ifndef USE_INITIALIZIER_LIST_REPLACEMENT
|
||||||
#include <initializer_list>
|
#include <initializer_list>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue