[cfe-commits] r104906 - in /cfe/trunk: lib/Frontend/InitPreprocessor.cpp test/Preprocessor/init.c
Dan Gohman
gohman at apple.com
Thu May 27 17:35:00 PDT 2010
On May 27, 2010, at 5:30 PM, Douglas Gregor wrote:
>
> On May 27, 2010, at 5:27 PM, Dan Gohman wrote:
>
>> + DefineType("__CHAR16_TYPE__", TI.getChar16Type(), Builder);
>> + DefineType("__CHAR32_TYPE__", TI.getChar32Type(), Builder);
>
> Should these two be C++0x-only? What does GCC do?
GCC defines them in all modes, including C++98 and C modes.
Dan
More information about the cfe-commits
mailing list