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

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 4 09:26:17 PST 2025


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

Actually the file already is mostly C++20, so the check is already there.

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


More information about the libcxx-commits mailing list