Boost logo

Boost :

From: Mickael Pointier (mpointie_at_[hidden])
Date: 2001-11-12 08:31:54


> See the code at the end for my proposed implementation of BOOST_ASSERT.
> [...]
>
> Comments?

In my own asserts, I can ask the user if he wants to stop/quit/continue/disable...
Disable simply means that I have a static variable that is initialised to false and
that when changed to true disable the expression evaluation.
I think it's really usefull to be able to disable at runtime a particular assertion.

My 2 euro-cents...

    Mickael Pointier


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