================
Comment at: include/chrono:943
@@ -941,1 +942,3 @@
 typedef steady_clock high_resolution_clock;
+#else
+typedef system_clock high_resolution_clock;
----------------
jroelofs wrote:
> danalbert wrote:
> > Should there be a warning that the system won't use steady_clock?
> Implementing high_resolution_clock via a typedef to system_clock is 
> explicitly allowed by the standard. I don't see a reason for a warning here.
Ah, alright. Fine by me.

http://reviews.llvm.org/D4045



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to