[Bug c++/33979] support for char16_t, char32_t
loufoque at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue May 26 20:10:00 GMT 2009
------- Comment #16 from loufoque at gmail dot com 2009-05-26 20:10 -------
It seems the current patch makes char16_t and char32_t keywords.
According to the linked specifications, however, those should only be typedefs
to the actual keywords, which are _Char16_t and _Char32_t.
Those typedefs should be in the file <cuchar>.
Note this is the same design as bool/_Bool/<stdbool.h> in C99.
--
loufoque at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |loufoque at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979
More information about the Gcc-bugs
mailing list