From: Shane Carr Date: Wed, 25 Oct 2017 00:33:58 +0000 (+0000) Subject: ICU-13415 Due to build issues, disabling new number formatting code on Solaris X-Git-Tag: release-61-rc~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6921697be2466ae097becb4455998dba6d2ee8d4;p=icu ICU-13415 Due to build issues, disabling new number formatting code on Solaris X-SVN-Rev: 40631 --- diff --git a/icu4c/source/common/unicode/platform.h b/icu4c/source/common/unicode/platform.h index 44e205ec8ff..f220b1fc34d 100644 --- a/icu4c/source/common/unicode/platform.h +++ b/icu4c/source/common/unicode/platform.h @@ -207,7 +207,7 @@ * @internal */ #ifndef UPRV_INCOMPLETE_CPP11_SUPPORT -# define UPRV_INCOMPLETE_CPP11_SUPPORT (U_PLATFORM == U_PF_AIX || U_PLATFORM == U_PF_OS390) +# define UPRV_INCOMPLETE_CPP11_SUPPORT (U_PLATFORM == U_PF_AIX || U_PLATFORM == U_PF_OS390 || U_PLATFORM == U_PF_SOLARIS ) #endif /**