[libcxx-commits] [libcxx] [libc++][chrono] implements TAI clock. (PR #125550)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 4 09:09:04 PST 2025


================
@@ -11,6 +11,7 @@
 
 #include <cstdio>
 #include <string>
+#include <source_location>
----------------
ldionne wrote:

This is C++20 only, this might require a `TEST_STD_VER` check.

https://github.com/llvm/llvm-project/pull/125550


More information about the libcxx-commits mailing list