> * Alan Conway <[EMAIL PROTECTED]> [09/04/08 07:51]: > > So my suggestion: if boost::time solves your problem on > > windows then do > > a new sys/boost/Time.cpp impl using boost::time, so no > > impact on other code.
That's essentially the path I've taken... But the first time a timed condition wait was tried, boost threw an out-of-range time exception. The Windows Mutex, Condition, etc. are boost-based. So I guess it could be moved to sys/boost. > That's been working well for me. I've been playing around > with making a boost > "port" in sys/boost since I'll eventually need an OSX client > too and I figured > it was easiest to let boost handle as much of the native code > as possible. -Steve
