Discussion:
[Rock-dev] base-types use system __time_t
Malte Langosz
2014-10-13 11:36:07 UTC
Permalink
Hey all,

currently, the base-types/Time.hpp uses the system __time_t and __suseconds_t instead of the typedefs: time_t and suseconds_t.

On MacOS the system types are __darwin_time_t etc.

Is there a reason not to use the typedefs?

Best,
Malte L.
Malte Wirkus
2014-10-13 12:44:52 UTC
Permalink
Hi,

It's not on purpose, it's a mistake. Currently waiting for
https://github.com/rock-core/base-types/pull/16 to be merged.

Malte
Post by Malte Langosz
Hey all,
currently, the base-types/Time.hpp uses the system __time_t and __suseconds_t instead of the typedefs: time_t and suseconds_t.
On MacOS the system types are __darwin_time_t etc.
Is there a reason not to use the typedefs?
Best,
Malte L.
_______________________________________________
Rock-dev mailing list
Rock-dev at dfki.de
http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev
Sylvain Joyeux
2014-10-13 14:45:59 UTC
Permalink
I just merged it. @Malte L: can you test and say if it works now ?

Sylvain
Post by Malte Wirkus
Hi,
It's not on purpose, it's a mistake. Currently waiting for
https://github.com/rock-core/base-types/pull/16 to be merged.
Malte
Post by Malte Langosz
Hey all,
currently, the base-types/Time.hpp uses the system __time_t and __suseconds_t instead of the typedefs: time_t and suseconds_t.
On MacOS the system types are __darwin_time_t etc.
Is there a reason not to use the typedefs?
Best,
Malte L.
_______________________________________________
Rock-dev mailing list
Rock-dev at dfki.de
http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev
_______________________________________________
Rock-dev mailing list
Rock-dev at dfki.de
http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev
Loading...