[libcxx-commits] [libcxx] [libc++][chrono] Loads tzdata.zi in tzdb. (PR #74928)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 6 11:29:36 PST 2024
================
@@ -1155,6 +1155,14 @@ module std_private_chrono_steady_clock [system] {
header "__chrono/steady_clock.h"
export std_private_chrono_time_point
}
+module std_private_chrono_time_zone [system] {
+ header "__chrono/time_zone.h"
+ export *
----------------
ldionne wrote:
If we don't need `export *` here, I would remove it.
https://github.com/llvm/llvm-project/pull/74928
More information about the libcxx-commits
mailing list