From 6921697be2466ae097becb4455998dba6d2ee8d4 Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Wed, 25 Oct 2017 00:33:58 +0000 Subject: [PATCH] ICU-13415 Due to build issues, disabling new number formatting code on Solaris X-SVN-Rev: 40631 --- icu4c/source/common/unicode/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /** -- 2.50.1