MantisBT - Z.C++
View Issue Details
0000014Z.C++[All Projects] Feature Requestpublic2011-01-09 23:522011-01-10 09:34
zaimoni 
 
normalminorN/A
newopen 
 
Vaporware 
0000014: Enforce standards' restrictions on identifiers
From GCC:
#pragma GCC poison ___ ... : makes referenced identifiers preprocessing errors when tokenized after this point. Doesn't affect uses before that point, even in macro expansions.
* this is a special case of a feature needed to allow headers to enforce C/C++/POSIX reserved keywords. We also need to render identifiers toxic by prefix and/or suffix, in some cases context-sensitively.
No tags attached.
Issue History
2011-01-09 23:52zaimoniNew Issue
2011-01-10 00:37zaimoniCategoryBackend/Core => Feature Request
2011-01-10 09:34zaimoniTarget Version => Vaporware

There are no notes attached to this issue.