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>.
Note:
See TracTickets
for help on using tickets.