[all-commits] [llvm/llvm-project] b888e3: [libc++][TZDB] Implements time_zone::to_sys.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Thu May 2 13:03:02 PDT 2024
Branch: refs/heads/users/mordante/time_zone__to_sys_choose
Home: https://github.com/llvm/llvm-project
Commit: b888e3cc20a9198578348ac3bf3f6d505425a63c
https://github.com/llvm/llvm-project/commit/b888e3cc20a9198578348ac3bf3f6d505425a63c
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-05-02 (Thu, 02 May 2024)
Changed paths:
M libcxx/include/__chrono/time_zone.h
M libcxx/include/chrono
M libcxx/modules/std/chrono.inc
M libcxx/test/libcxx/diagnostics/chrono.nodiscard.verify.cpp
A libcxx/test/libcxx/time/time.zone/time.zone.timezone/choose.pass.cpp
A libcxx/test/libcxx/time/time.zone/time.zone.timezone/time.zone.members/assert.to_sys_choose.pass.cpp
A libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/to_sys_choose.pass.cpp
Log Message:
-----------
[libc++][TZDB] Implements time_zone::to_sys.
This implements the overload with the choose argument and adds this enum.
Implements parts of:
- P0355 Extending chrono to Calendars and Time Zones
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list