Bug 335230 - Preprocessor stringification operator # is not highlighted
Summary: Preprocessor stringification operator # is not highlighted
Status: ASSIGNED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: 8.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-24 13:38 EST by Andrew Gvozdev CLA
Modified: 2020-09-04 15:21 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Gvozdev CLA 2011-01-24 13:38:49 EST
Stringification operator # is not highlighted. I assumed that it would be highlighted and thought there was an error in my code for a moment.

#define str(x) #x

Compare with concatenation operator which is highlighted OK:

#define concat(x,y) x##y