
9 Jul
2008
9 Jul
'08
5:13 a.m.
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