Daniel Spangenberg wrote:
>
> 2) For what kind of errors should be BOOST_ASSERT for?

For situations where the specification says "undefined behavior" but the
implementation can detect the problem.

Throwing an exception is sometimes an acceptable form of "undefined
behavior". Not often, of course. But sometimes.

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to