Boost logo

Boost :

From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2008-06-12 08:51:14


Jurko Gospodnetić skrev:
> Hi Thorsten.
>
> Does BOOST_ASSERT ( ( IF ) && ( THEN ) ) help?
>

Well, not exactly. The problem is that it becomes near unreable to use
only BOOST_ASSERT:

   BOOST_ASSERT( !(IF) || (THEN) )

I have used the above, but it sooo confusing IMO.

-Thorsten


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