Boost C++ Libraries: Ticket #8511: stringize operator formats argument as preprocessor directive https://svn.boost.org/trac10/ticket/8511 <p> If I have the following in a quickbook file: </p> <pre class="wiki">``` #define stringize(text_) #text_ ``` </pre><p> then "#text_" is incorrectly syntax colored as if it were a preprocessing directive. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8511 Trac 1.4.3 Daniel James Wed, 01 May 2013 12:08:33 GMT owner, status changed https://svn.boost.org/trac10/ticket/8511#comment:1 https://svn.boost.org/trac10/ticket/8511#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Joel de Guzman</span> to <span class="trac-author">Daniel James</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Daniel James Sun, 05 May 2013 13:46:41 GMT <link>https://svn.boost.org/trac10/ticket/8511#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8511#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/84151" title="Only recognise preprocessor statements at the start of the line. Refs ...">[84151]</a>) Only recognise preprocessor statements at the start of the line. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8511" title="#8511: Bugs: stringize operator formats argument as preprocessor directive (closed: fixed)">#8511</a>. </p> </description> <category>Ticket</category> </item> <item> <author>Richard <legalize@…></author> <pubDate>Mon, 06 May 2013 20:48:24 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8511#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8511#comment:3</guid> <description> <p> Thanks for your prompt remedies on these recently filed quickbook tickets! </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Thu, 16 May 2013 21:47:26 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/8511#comment:4 https://svn.boost.org/trac10/ticket/8511#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Merged to release in <a class="changeset" href="https://svn.boost.org/trac10/changeset/84252" title="Use .quickbook extension for all test files.">[84252]</a>. </p> Ticket