[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
Thu Nov 6 20:02:52 PST 2025


================
@@ -0,0 +1,24 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// REQUIRES: std-at-least-c++20
+
+#include <chrono>
----------------
frederick-vs-ja wrote:

Opened #166888 for this.

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


More information about the libcxx-commits mailing list