Boost C++ Libraries: Ticket #1392: BOOST_VERIFY macro, similar to BOOST_ASSERT https://svn.boost.org/trac10/ticket/1392 <p> The BOOST_VERIFY macro should do the same as BOOST_ASSERT, but always evaluate the side effects of the expression, even when assertion is turned off, as e.g. in release builds. </p> <p> This will help to lower the noise on "unused variable" warnings in release builds. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1392 Trac 1.4.3 Roland Schwarz Wed, 31 Oct 2007 16:02:10 GMT owner set https://svn.boost.org/trac10/ticket/1392#comment:1 https://svn.boost.org/trac10/ticket/1392#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Peter Dimov</span> </li> </ul> Ticket Peter Dimov Sun, 16 Dec 2007 19:43:40 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1392#comment:2 https://svn.boost.org/trac10/ticket/1392#comment:2 <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> This has been implemented on the trunk and is already merged into the 1.35 release. </p> Ticket