
29 Oct
2007
29 Oct
'07
5:40 p.m.
Peter Dimov wrote:
This doesn't seem to do what you want.
BOOST_ASSERT( this_takes_time() ); // breaking change
I already recognized it :-(
The introduction of BOOST_VERIFY with a similar implementation would
What is with BOOST_VERIFY(EDOM != Func()) Will this work as expected? Roland aka speedsnail