$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-07-09 01:13:10
Jürgen Hunold <juergen.hunold <at> ivembh.de> writes:
> > But given the fact that no other compiler did allow this, I would rather
> > not have it in.
>
> But this is still true )
I've removed this misguided attempt from source. The idea was to enable usage
like this:
if( BOOST_CHECK(...) ) {
... do more checks here
}
Unfortunately all Testing tools internally are implemented using do while
statement like this:
do {
...
tool implementation here
} while( false )
It doesn't look like we can enable above use case for now.
Gennadiy