24 lines
587 B
Diff
24 lines
587 B
Diff
|
|
diff --git a/source/i18n/unicode/numberrangeformatter.h b/source/i18n/unicode/numberrangeformatter.h
|
||
|
|
index 7f535952..ba5ec7b6 100644
|
||
|
|
--- a/source/i18n/unicode/numberrangeformatter.h
|
||
|
|
+++ b/source/i18n/unicode/numberrangeformatter.h
|
||
|
|
@@ -68,6 +68,9 @@ struct UFormattedNumberRangeImpl;
|
||
|
|
|
||
|
|
} // namespace impl
|
||
|
|
|
||
|
|
+
|
||
|
|
+#if 0
|
||
|
|
+
|
||
|
|
/**
|
||
|
|
* \cond
|
||
|
|
* Export an explicit template instantiation. See datefmt.h
|
||
|
|
@@ -84,6 +87,8 @@ namespace number { // icu::number
|
||
|
|
#endif
|
||
|
|
/** \endcond */
|
||
|
|
|
||
|
|
+#endif
|
||
|
|
+
|
||
|
|
// Other helper classes would go here, but there are none.
|
||
|
|
|
||
|
|
namespace impl { // icu::number::impl
|