xref: /aosp_15_r20/external/cronet/third_party/icu/patches/atomic_template_instantiation.patch (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1diff --git a/source/i18n/unicode/numberrangeformatter.h b/source/i18n/unicode/numberrangeformatter.h
2index 8ca20f31..64e43bc9 100644
3--- a/source/i18n/unicode/numberrangeformatter.h
4+++ b/source/i18n/unicode/numberrangeformatter.h
5@@ -68,6 +68,9 @@ struct UFormattedNumberRangeImpl;
6
7 } // namespace impl
8
9+
10+#if 0
11+
12 /**
13  * \cond
14  * Export an explicit template instantiation. See datefmt.h
15@@ -84,6 +87,8 @@ namespace number {  // icu::number
16 #endif
17 /** \endcond */
18
19+#endif
20+
21 // Other helper classes would go here, but there are none.
22
23 namespace impl {  // icu::number::impl
24