mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 15:16:46 +00:00
BASE: Add c++11 unicode string literal test
This commit is contained in:
parent
1b67a0f069
commit
1dfbb0cc4c
@ -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…
Reference in New Issue
Block a user