Opened 9 years ago

Closed 9 years ago

#8511 closed Bugs (fixed)

stringize operator formats argument as preprocessor directive

Reported by: Richard <legalize@…> 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 Daniel James, 9 years ago

Owner: changed from Joel de Guzman to Daniel James
Status: newassigned

comment:2 by Daniel James, 9 years ago

(In [84151]) Only recognise preprocessor statements at the start of the line. Refs #8511.

comment:3 by Richard <legalize@…>, 9 years ago

Thanks for your prompt remedies on these recently filed quickbook tickets!

comment:4 by Daniel James, 9 years ago

Resolution: fixed
Status: assignedclosed

Merged to release in [84252].

Note: See TracTickets for help on using tickets.