We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7aea98 commit 6873bf0Copy full SHA for 6873bf0
libcxx/src/experimental/tzdb.cpp
@@ -48,11 +48,7 @@ namespace chrono {
48
// This function is weak so it can be overriden in the tests. The
49
// declaration is in the test header test/support/test_tzdb.h
50
_LIBCPP_WEAK string_view __libcpp_tzdb_directory() {
51
-#if defined(__linux__)
52
return "/usr/share/zoneinfo/";
53
-#else
54
-# error "unknown path to the IANA Time Zone Database"
55
-#endif
56
}
57
58
//===----------------------------------------------------------------------===//
0 commit comments