9 Dec
2008
9 Dec
'08
7:07 a.m.
Jeff Gray wrote:
raindog@macrohmasheen.com wrote:
Does your platform have anything that enables you to retrieve some value that represents ms elapsed since startup?
It is Linux based, and I believe there is a POSIX call to get that.But this is outside Boost and I was hoping to implement the solution in a portable manner as the application may be ported to other OSs later.
I haven't seen a Boost time call that gets this information. how about using expires_from_now() instead of expires_at()?
Christoph