aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxx/patches/60-chrono.patch
blob: d78ff50488942aa9543fe26ca37c42d11e510031 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/chrono b/include/chrono
index becf95c..db4b831 100644
--- a/include/chrono
+++ b/include/chrono
@@ -825,7 +825,7 @@ constexpr chrono::year                                  operator ""y(unsigned lo
 // [time.syn]
 #include <compare>
 
-#if !defined(_LIBCPP_HAS_NO_LOCALIZATION) && _LIBCPP_STD_VER >= 20
+#if 0
 #  include <__chrono/formatter.h>
 #  include <__chrono/ostream.h>
 #  include <__chrono/parser_std_format_spec.h>