[libcxx-commits] [libcxx] [libc++][TZDB] Adds basics of zoned_time class. (PR #94999)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 11 12:01:35 PDT 2024


================
@@ -0,0 +1,68 @@
+// -*- C++ -*-
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef SUPPORT_TEST_OFFSET_TIME_ZONE_H
----------------
ldionne wrote:

I would suggest putting this header in the directory where we test `zoned_time` if we're confident we're not going to use it for something else.

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


More information about the libcxx-commits mailing list