This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/58708] string literal operator templates broken


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58708

--- Comment #1 from Hristo Venev <mustrumr97 at gmail dot com> ---
Obviously bugzilla doesn't like unicode.

U"\x10000\x10001\x10002"
current: <const char32_t, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x02,
0x00, 0x01, 0x00>

expected: <char32_t, 0x10000, 0x10001, 0x10002>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]