boost::posix::time_duration

2 Nov
2007
2 Nov
'07
11:48 a.m.
[boost][date_time] Hi there, I have a question about the boost::posix::time_duration class. It has accessors such as: - hours() - minutes() that return a data type of long. I would have expected it to return a datatype of boost::int64_t (or boost::int32_t) because could there be a risk that the return value would cause an overflow on an 8 bit embedded platform. Regards, Michael
6408
Age (days ago)
6408
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michael Thurston