We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd50e75 commit 7485bd7Copy full SHA for 7485bd7
test/datatypes.h
@@ -608,8 +608,8 @@ static const char g_c_char = 'z';
608
static const signed char g_c_schar = 'y';
609
static const unsigned char g_c_uchar = 'x';
610
static const wchar_t g_c_wchar = L'U';
611
-static const char16_t g_c_char16 = '\u6c34';
612
-static const char32_t g_c_char32 = '\U0001f34c';
+static const char16_t g_c_char16 = u'\u6c34';
+static const char32_t g_c_char32 = U'\U0001f34c';
613
#if __cplusplus > 201402L
614
static const std::byte g_c_byte = (std::byte)'u';
615
#endif
0 commit comments