[PATCH] D27429: [Chrono][Darwin] On Darwin use CLOCK_UPTIME_RAW instead of CLOCK_MONOTONIC
Howard Hinnant via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 4 17:08:05 PST 2017
howard.hinnant added inline comments.
================
Comment at: src/chrono.cpp:218
+#error "Never use CLOCK_MONOTONIC for steady_clock::now on Apple platforms"
+#endif
+
----------------
Nice, thanks!
https://reviews.llvm.org/D27429
More information about the cfe-commits
mailing list