Boost C++ Libraries: Ticket #3055: Inspect tool should ignore min/max violations in comments https://svn.boost.org/trac10/ticket/3055 <p> Although some min/max issues in source code comments are intended to show usage of the library and should follow the Boost guidelines, most are just using min and max in their everyday meanings and will not be expanded as macros. The inspect tool should ignore these. The file boost/asio/buffer.hpp has many cases of this; it uses min and max only in comments and receives many inspection failures because of it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3055 Trac 1.4.3 Steven Watanabe Wed, 20 May 2009 20:01:59 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3055#comment:1 https://svn.boost.org/trac10/ticket/3055#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/53144" title="Filter out comments and string literals in the min/max check. Fixes #3055">[53144]</a>) Filter out comments and string literals in the min/max check. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3055" title="#3055: Bugs: Inspect tool should ignore min/max violations in comments (closed: fixed)">#3055</a> </p> Ticket