[Patch] First bits of char16_t, char32_t support
PAOLO.CARLINI@ORACLE.COM
PAOLO.CARLINI@ORACLE.COM
Tue May 20 18:08:00 GMT 2008
Hi,
some apparently rather straightforward bits. If I understand correctly the work in the C++ front-end, we don't really need any new special macros, we can just rely on -std=c++0x (__GXX_EXPERIMENTAL_CXX0X__ that is), and, as far as the underlying types are concerned, we know for sure they are short unsigned int and unsigned int (that makes testing very easy). I'm going to wait a bit before committing, anyway... Tested x86_64-linux.
Paolo.
//////////////////////
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CL_33979_1
Type: application/octet-stream
Size: 917 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20080520/9500be1f/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch_33979_1
Type: application/octet-stream
Size: 22106 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20080520/9500be1f/attachment-0001.obj>
More information about the Libstdc++
mailing list