Opened 18 years ago

Closed 17 years ago

#280 closed Bugs (Accepted)

Tokenizer.hpp doesn't work with BOOST_ENABLE_ASSERT_HANDLER

Reported by: nobody Owned by: jbandela
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

Using boost-1.31.0

Tokenizer.hpp has  #include <cassert> 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 <cassert>.



Change History (1)

comment:1 by Markus Schöpflin, 17 years ago

Status: assignedclosed
Logged In: YES 
user_id=91733

This seems like a reasonable request. Now in CVS.
Note: See TracTickets for help on using tickets.