]> granicus.if.org Git - icu/commitdiff
ICU-13415 Due to build issues, disabling new number formatting code on Solaris
authorShane Carr <shane@unicode.org>
Wed, 25 Oct 2017 00:33:58 +0000 (00:33 +0000)
committerShane Carr <shane@unicode.org>
Wed, 25 Oct 2017 00:33:58 +0000 (00:33 +0000)
X-SVN-Rev: 40631

icu4c/source/common/unicode/platform.h

index 44e205ec8ffe29c7456097b212494925c425d9ce..f220b1fc34d8e2a90771b49aeee4b2290bf8bfca 100644 (file)
  * @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
 
 /**