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