[libcxx-commits] [libcxx] [libc++][chrono] Loads leap-seconds.list in tzdb. (PR #82113)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 26 11:43:43 PDT 2024


================
@@ -234,22 +231,23 @@ export namespace std {
     using std::chrono::zoned_time;
 
     using std::chrono::zoned_seconds;
+#    endif // if 0
 
     // [time.zone.leap], leap second support
     using std::chrono::leap_second;
-#  endif
 
-#  ifdef _LIBCPP_ENABLE_EXPERIMENTAL
     // [time.zone.link], class time_zone_link
     using std::chrono::time_zone_link;
-#  endif
 
-#  if 0
+#    if 0
----------------
mordante wrote:

It will be lost. I've not just done that for this header; I've taken the effort to do it for all headers we had available when I implemented modules. I don't plan to work on ranges so not having these changes in main would lose the effort I did there.

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


More information about the libcxx-commits mailing list