[libcxxabi] r198643 - Implement demangling for user-defined operators.

Howard Hinnant hhinnant at apple.com
Tue Jan 7 18:25:47 PST 2014


On Jan 7, 2014, at 8:43 PM, Richard Smith <richard at metafoo.co.uk> wrote:

> It would be more correct to use "operator\"\"" here (without the trailing
> space). This will generate an incorrect unmangled name for operator""if,
> which can only be written without the space.

Interesting trivia.  Such a suffix can only be standard specified (lacking a '_' prefix).  Are there any other such examples?  I experimented with "do", "for" and "while" with no success.

Howard




More information about the cfe-commits mailing list