X-SVN-Rev: 39507
This commit is contained in:
Steven R. Loomis 2016-11-15 21:02:48 +00:00
parent ee80ecf6a7
commit 725a6726d7
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
#if U_HAVE_STD_STRING
#if !defined(_MSC_VER)
#if defined(__GLIBCXX__)
namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
#endif
#include <string>

View File

@ -24,7 +24,7 @@
#include <exception>
using std::exception;
#endif
#if !defined(_MSC_VER)
#if defined(__GLIBCXX__)
namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
#endif
#include <typeinfo> // for 'typeid' to work

View File

@ -30,7 +30,7 @@
* C++ I/O stream API.
*/
#if !defined(_MSC_VER)
#if defined(__GLIBCXX__)
namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
#endif

View File

@ -31,7 +31,7 @@
#include <string.h>
#include <stdio.h>
#if !defined(_MSC_VER)
#if defined(__GLIBCXX__)
namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
#endif