[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


================
@@ -0,0 +1,30 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+// UNSUPPORTED: no-filesystem, no-localization, no-tzdb
----------------
ldionne wrote:

It probably makes sense to only use `UNSUPPORTED: no-tzdb` here. The `tzdb` feature should probably depend on the `filesystem` feature.

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


More information about the libcxx-commits mailing list