$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2003-08-11 07:45:24
> I've just installed 3.3.1 on Windows, and am getting those same four
> failure plus failures from:
>
> date_time/testmicrosec_time_clock (runtime failure)
This is likely due to the posix API call to std::time not providing
stable return values. That is, when I sample the time rapidly the second
value is less than the previous value. So this is more of a platform / library
issue than a compiler issue. This isn't a new problem with this
particular configuration...
Jeff