Index: third_party/icu/public/common/unicode/utypeinfo.h |
=================================================================== |
--- third_party/icu/public/common/unicode/utypeinfo.h (revision 0) |
+++ third_party/icu/public/common/unicode/utypeinfo.h (revision 0) |
@@ -0,0 +1,12 @@ |
+#ifndef UTYPEINFO_H |
+#define UTYPEINFO_H |
+ |
+#if defined(_MSC_VER) && _HAS_EXCEPTIONS == 0 |
+// Visual C++ needs the following two lines when RTTI is on with |
+// exception handling disabled. |
+#include <exception> |
+using std::exception; |
+#endif |
+#include <typeinfo> // for typeid to work. |
+ |
+#endif |
Property changes on: third_party\icu\public\common\unicode\utypeinfo.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |