mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
Merge a09d293bca
into 770c4b8042
This commit is contained in:
commit
44d046e8b6
4 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
// Workaround for a libstdc++ bug before libstdc++4.6 (2011).
|
||||
// https://bugs.llvm.org/show_bug.cgi?id=13364
|
||||
#if defined(__GLIBCXX__)
|
||||
#if defined(__GLIBCXX__) && !defined(_GLIBCXX_RELEASE)
|
||||
namespace std { class type_info; }
|
||||
#endif
|
||||
#include <string>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <exception>
|
||||
using std::exception;
|
||||
#endif
|
||||
#if defined(__GLIBCXX__)
|
||||
#if defined(__GLIBCXX__) && !defined(_GLIBCXX_RELEASE)
|
||||
namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
|
||||
#endif
|
||||
#include <typeinfo> // for 'typeid' to work
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
* C++ I/O stream API.
|
||||
*/
|
||||
|
||||
#if defined(__GLIBCXX__)
|
||||
#if defined(__GLIBCXX__) && !defined(_GLIBCXX_RELEASE)
|
||||
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(__GLIBCXX__)
|
||||
#if defined(__GLIBCXX__) && !defined(_GLIBCXX_RELEASE)
|
||||
namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue