
11 Dec
2007
11 Dec
'07
10:11 p.m.
On Dec 11, 2007 4:47 PM, <jeff@crystalclearsoftware.com> wrote:
So, why do the regression tests pass on all VC compilers....including
Jeff Garland wrote: the one above?
the ASSERT() will only fire in debug mode - i assume that the regression tests are run in release mode?
It varies, but most of them are run in debug mode. Is there a stack trace or other information to help figure this out?
I'm trying to find the code (it was old, also it was using boost 1.33.1 so it may not be relevant) that displayed this problem. My simple attempts at recreating it are failing (in other words, boost::time_duration test(boost::posix_time::hours(24)) works just fine). --Michael Fawcett