]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/dcfmtest.cpp
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / dcfmtest.cpp
index 89788b5cb5697e579dd7ac7042f4b46819a7c385..63fff8146a21761a9a9b3b216ed30d318c922b2c 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT:
- * Copyright (c) 2002-2012, International Business Machines Corporation and
+ * Copyright (c) 2002-2014, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
 #include <string.h>
 #include <stdio.h>
 
+#if defined(__GLIBCXX__)
+namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
+#endif
+
 #include <string>
 #include <iostream>
 
@@ -415,7 +421,7 @@ void DecimalFormatTest::execFormatTest(int32_t lineNum,
                 lineNum, UnicodeStringPiece(round).data());
     }
 
-    const char *typeStr;
+    const char *typeStr = "Unknown";
     UnicodeString result;
     UnicodeStringPiece spInput(input);