Closed GoogleCodeExporter closed 8 years ago
Thanks for reporting. I'll look into it.
I'm slightly worried that i may get the opposite complaint
that some system may actually work fine with ftime() but not with
gettimeofday().
It would be good to have a solution which works for both.
Original comment by yann.col...@gmail.com
on 24 Oct 2012 at 12:23
And there, it starts :
'sys/time.h' : unsupported by Visual
Original comment by yann.col...@gmail.com
on 25 Oct 2012 at 9:46
Here is a candidate version which tries to solve the issue and accomodate both
worlds.
For the time being, only MSVC is redirected to legacy ftime() method.
I guess more systems could depend on it.
Original comment by yann.col...@gmail.com
on 26 Oct 2012 at 12:49
Attachments:
I've tried out this version with latest SVN (80) and it compiled fine, thank
you!
Original comment by tk@giga.or.at
on 26 Oct 2012 at 11:38
Corrected into r81.
Original comment by yann.col...@gmail.com
on 27 Oct 2012 at 6:28
Original issue reported on code.google.com by
tk@giga.or.at
on 23 Oct 2012 at 9:04