Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Remove-workaround-for-old-libstdc-problem-which-now-.patch
#if U_SHOW_CPLUSPLUS_API
-// Workaround for a libstdc++ bug before libstdc++4.6 (2011).
-// https://bugs.llvm.org/show_bug.cgi?id=13364
-#if defined(__GLIBCXX__)
-namespace std { class type_info; }
-#endif
#include <string>
#endif /* U_SHOW_CPLUSPLUS_API */
#include <exception>
using std::exception;
#endif
-#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
#endif
* C++ I/O stream API.
*/
-#if defined(__GLIBCXX__)
-namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
-#endif
-
#include <iostream>
U_NAMESPACE_BEGIN