From: Russell Hind (rhind_at_[hidden])
Date: 2003-03-27 09:57:05


Johan Nilsson wrote:
>
> Yes, but why not have both on all platforms?
>

I suppose another solution is to have secs_clock, millisecs_clock on
windows, all three on another platform that supports microseconds, and
then a typedef of something like highprescision_clock which on windows
will be a millisecs_clock, and on other platforms will be
microsecs_clock, but you won't need to know, you just get the highest
precision available.

Cheers

Russell