Please include me on all libc++ code reviews.
================ Comment at: src/chrono.cpp:42 @@ -35,2 +41,3 @@ +#endif // __APPLE__ } ---------------- Apple does not provide `clock_gettime`, but It's not clear to me that this should be an "Apple vs. everyone else" test. Are there other systems that do not provide that call? http://reviews.llvm.org/D8253 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
