$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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Ä