From caf4feecef7c677a8aacf4a84ab38d6d1a6aa11c Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Wed, 11 Sep 2013 23:46:50 +0000 Subject: [PATCH] ICU-10355 std::string is available on Android X-SVN-Rev: 34278 --- icu4c/source/common/unicode/platform.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/icu4c/source/common/unicode/platform.h b/icu4c/source/common/unicode/platform.h index 0db701491e1..1b2ab306ea3 100644 --- a/icu4c/source/common/unicode/platform.h +++ b/icu4c/source/common/unicode/platform.h @@ -339,8 +339,6 @@ */ #ifdef U_HAVE_STD_STRING /* Use the predefined value. */ -#elif U_PLATFORM == U_PF_ANDROID -# define U_HAVE_STD_STRING 0 #else # define U_HAVE_STD_STRING 1 #endif