ICU-10355 std::string is available on Android

X-SVN-Rev: 34278
This commit is contained in:
Markus Scherer 2013-09-11 23:46:50 +00:00
parent fb38bbbee8
commit caf4feecef

View file

@ -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