Boost C++ Libraries: Ticket #1793: Error in iterator_range if NDEBUG is defined but BOOST_DISABLE_ASSERTS is not https://svn.boost.org/trac10/ticket/1793 <p> Attached patch fixes an error if NDEBUG is defined and BOOST_DISABLE_ASSERTS is not. This happens for us in "checked" builds. With optimizations enabled, but still several checks. Patch just uses the same define (BOOST_DISABLE_ASSERTS) for ifdeffing debug stuff that is used in the boost assertion. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1793 Trac 1.4.3 Thorsten Ottosen Thu, 12 Jun 2008 10:51:54 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1793#comment:1 https://svn.boost.org/trac10/ticket/1793#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> This should be fixed now, please check with trunk. </p> <p> -Thorsten </p> Ticket