Actions
Task #2145
closedtime: use std::chrono
Start date:
Due date:
% Done:
0%
Estimated time:
0.50 h
Description
Use std::chrono
instead of boost::chrono
in util/time.hpp
.
Updated by Junxiao Shi almost 10 years ago
- Status changed from New to In Progress
Updated by Junxiao Shi almost 10 years ago
- Status changed from In Progress to Abandoned
I gave this a shot, but found that this conversion is unfeasible: std::chrono::duration
types do not have IO facility so there's no operator<<(std::ostream, std::chrono::milliseconds)
etc. We'll have to keep using boost::chrono
.
Updated by Alex Afanasyev almost 10 years ago
I agree with abandoning. At some point we may start using boost chrono V2, which provides additional mechanisms of formatting of the string representation of time points and time duration.
Actions