
12 Jun
2008
12 Jun
'08
12:56 p.m.
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, -- Maik