[PATCH] [libcxx] Partially address a FIXME in steady_clock::now()

Jon Roelofs jonathan at codesourcery.com
Wed Jul 16 09:08:54 PDT 2014


Is it possible to build a monotonic clock out of a non-monotonic clock in 
software only?

I could force it to be monotonic with some static storage and a max=, but would 
that be correct?


Jon

http://reviews.llvm.org/D4045






More information about the cfe-commits mailing list