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