Merge branch '2.3' into 2.4

This commit is contained in:
Niclas Antti
2020-07-27 14:55:58 +03:00
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ struct Duration : public Clock::duration
*
* A std::chrono::time_point to go with Clock and Duration.
*/
using TimePoint = std::chrono::time_point<Clock, Duration>;
using TimePoint = std::chrono::steady_clock::time_point;
/**
* @class StopWatch