Boost logo

Boost :

From: Carl Daniel (cpdaniel_at_[hidden])
Date: 2002-10-11 22:49:24


More nits:

Exception classes thrown by Spirit (parser_error<>, illegal_backtracking)
don't derive from std::exception - shouldn't they?

parser_error<> derives from parser_error_base, but illegal_backtracking
(multi_pass.hpp) doesn't - shouldn't it?

fixed_size_queue (usable with multi_pass_iterator) silently fails if too
much source text is pushed. Wouldn't throwing an exception be more
appropriate?

-cd


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk