Index: third_party/icu/source/common/ustrenum.cpp |
=================================================================== |
--- third_party/icu/source/common/ustrenum.cpp (revision 74230) |
+++ third_party/icu/source/common/ustrenum.cpp (working copy) |
@@ -8,7 +8,6 @@ |
* Since: ICU 2.4 |
********************************************************************** |
*/ |
-#include <typeinfo> // for 'typeid' to work |
#include "unicode/ustring.h" |
#include "unicode/strenum.h" |
@@ -115,7 +114,7 @@ |
} |
UBool |
StringEnumeration::operator==(const StringEnumeration& that)const { |
- return typeid(*this) == typeid(that); |
+ return CR_TYPEID(*this) == CR_TYPEID(that); |
} |
UBool |