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 _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost