Boost logo

Boost :

From: Jeff Garland (jeff_at_[hidden])
Date: 2003-04-21 09:03:36


Christopher Currie wrote:
>Hello,
>
>Attached is a quick patch to microsec_time_clock.hpp, which in CVS fails to compile under
>cygwin due to a missing header file. Please let me know if there’s something that I’m
>doing wrong here. I found the bug trying to build the socket library in boost-sandbox.

Thanks for the patch. One issue, however, is that the testing I've seen from
cygwin indicates that the interface this clock depends on does not provide
micro-second resolution. The test tries to ensure that the last
time measured is always greater than the last, and that was failing. So
be aware that this clock might not work well. Make sure you look at and
run libs/date_time/test/posix_time/testmicrosec_time_clock.cpp.

Jeff


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk