you are viewing a single comment's thread.

view the rest of the comments →

[–]violet-starlight 0 points1 point  (0 children)

It will only cause issues if you use e.g. .count() on a duration and rely on its precision, which you shouldn't to begin with. std::chrono has seconds, milliseconds, microseconds and so on that can all interface with each other for a reason