Boost C++ Libraries: Ticket #280: Tokenizer.hpp doesn't work with BOOST_ENABLE_ASSERT_HANDLER https://svn.boost.org/trac10/ticket/280 <pre class="wiki">Using boost-1.31.0 Tokenizer.hpp has #include &lt;cassert&gt; on line 23 - this prevents a custom assert function from working properly when trying to use BOOST_ENABLE_ASSERT_HANDLER. It looks like token_iterator.hpp and token_functions.hpp also do the same thing. It would be nice if these used the common boost assert mechanism instead of directly #including &lt;cassert&gt;. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/280 Trac 1.4.3 Markus Schöpflin Tue, 22 Nov 2005 10:01:41 GMT status changed https://svn.boost.org/trac10/ticket/280#comment:1 https://svn.boost.org/trac10/ticket/280#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=91733 This seems like a reasonable request. Now in CVS. </pre> Ticket