Florian Weimer writes:
* Sam Varshavchik:
> Based on a casual browsing of clock_gettime(3), CLOCK_MONOTONIC_RAW
> seems to be a better fit for std::chrono::steady_clock's requirements
> as given in 20.11.7.2, with recent Linux kernels,
Are the Linux clock semantics documente
Based on a casual browsing of clock_gettime(3), CLOCK_MONOTONIC_RAW seems to
be a better fit for std::chrono::steady_clock's requirements as given in
20.11.7.2, with recent Linux kernels,
Something like this:
Index: libstdc++-v3/src/c++11/chrono.cc
===