Opened 9 years ago
Closed 9 years ago
#8511 closed Bugs (fixed)
stringize operator formats argument as preprocessor directive
Reported by: | Owned by: | Daniel James | |
---|---|---|---|
Milestone: | To Be Determined | Component: | quickbook |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
If I have the following in a quickbook file:
``` #define stringize(text_) #text_ ```
then "#text_" is incorrectly syntax colored as if it were a preprocessing directive.
Change History (4)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Thanks for your prompt remedies on these recently filed quickbook tickets!
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Merged to release in [84252].
Note:
See TracTickets
for help on using tickets.
(In [84151]) Only recognise preprocessor statements at the start of the line. Refs #8511.