[libcxx-commits] [libcxx] [libcxx] Implement C++20 std::chrono::is_clock, std::chrono::is_clock_v (PR #160607)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 24 18:55:29 PDT 2025
================
@@ -0,0 +1,129 @@
+//===----------------------------------------------------------------------===//
----------------
frederick-vs-ja wrote:
I _guess_ it's better to turn this into a `.compile.pass.cpp`, as there's no runtime property/condition tested.
https://github.com/llvm/llvm-project/pull/160607
More information about the libcxx-commits
mailing list