EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

In https://reviews.llvm.org/D27429#637507, @bruno wrote:

> @EricWF ok to commit?


Yes sorry This LGTM.  (I thought I had approved this yesterday, but I forgot to 
hit enter).



================
Comment at: src/chrono.cpp:218
+#error "Never use CLOCK_MONOTONIC for steady_clock::now on Apple platforms"
+#endif
+
----------------
howard.hinnant wrote:
> Nice, thanks!
This code is currently dead due to the structure of the `#ifdef`s. However I 
think it's great documentation and great future proofing!


https://reviews.llvm.org/D27429



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to