Boost C++ Libraries: Ticket #1510: [format] C6323 compiler warning from VC8/VC9 https://svn.boost.org/trac10/ticket/1510 <p> Building a project that uses format in VC8/9 with the code analysis option enabled results in a 6323 warning: </p> <pre class="wiki">boost\format\feed_args.hpp(214) : warning C6323: Use of arithmetic operator on Boolean type(s) </pre><p> from </p> <pre class="wiki"> size_type sz = (std::min)(res_size+prefix_space, tmp_size); </pre><p> Is it ok to simply silence this with a 'pragma warning'? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1510 Trac 1.4.3 John Maddock Sat, 15 Dec 2007 17:45:37 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1510#comment:1 https://svn.boost.org/trac10/ticket/1510#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> Hopefully this is fixed in changeset 42077. </p> <p> John Maddock. </p> Ticket