[libcxx-commits] [libcxx] [libc++][chrono] Loads tzdata.zi in tzdb. (PR #74928)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Feb 4 04:51:29 PST 2024
================
@@ -712,15 +714,34 @@ tzdb_list& get_tzdb_list();
const tzdb& reload_tzdb(); // C++20
string remote_version(); // C++20
-// 25.10.5, class time_zone // C++20
+// 25.10.5, class time_zone // C++20
----------------
mordante wrote:
I think it does, but I prefer to do it in a separate commit and do it for the entire synopsis.
https://github.com/llvm/llvm-project/pull/74928
More information about the libcxx-commits
mailing list