mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-12023 merge from http://bugs.icu-project.org/trac/attachment/ticket/12023/libcxx_typeinfo.diff - CLA confirmed as @jbeich
X-SVN-Rev: 39507
This commit is contained in:
parent
ee80ecf6a7
commit
725a6726d7
4 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue