Boost logo

Boost :

From: Jurko Gospodnetić (jurko.gospodnetic_at_[hidden])
Date: 2008-06-12 09:02:34


  Hi Maik

> Am Donnerstag 12 Juni 2008 14:45:43 schrieb Jurko Gospodnetić:
>> Hi Thorsten.
>>
>> Does BOOST_ASSERT ( ( IF ) && ( THEN ) ) help?
>>
>
> Hm, since the assert fails if
> ( IF )
> or
> (THEN)
> evaluates to false I guess you actually mean
> BOOST_ASSERT ( (! IF ) || ( THEN ) )
> where
> (THEN)
> is only tested if
> (! IF)
> is false which is exactly the case if
> ( IF )
> is true.
>
>
> Hoping he got it right,

   Yup... you got it right... :-) Serves mi right for typing in a quick
reply and not taking enough time to read my own post. :-)

   Best regards,
     Jurko Gospodnetić


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