[libcxx-commits] [libcxx] [libc++][chrono] Loads tzdata.zi in tzdb. (PR #74928)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 16 08:36:57 PST 2024


================
@@ -19,7 +19,7 @@
 #  include <__availability>
 #  include <__chrono/tzdb.h>
 #  include <forward_list>
-#  include <string_view>
+#  include <string>
----------------
mordante wrote:

The existing non-member function `remote_version` (at the bottom of the file) returns a `string`. I've replaced the header with `__fwd/string.h`.

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


More information about the libcxx-commits mailing list