Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 271229 | Differences between
and this patch

Collapse All | Expand All

(-)config/ax_cxx_gcc_abi_demangle.m4 (+1 lines)
Lines 15-20 Link Here
15
 AC_LANG_CPLUSPLUS
15
 AC_LANG_CPLUSPLUS
16
 AC_TRY_COMPILE([#include <typeinfo>
16
 AC_TRY_COMPILE([#include <typeinfo>
17
#include <cxxabi.h>
17
#include <cxxabi.h>
18
#include <malloc.h>
18
#include <string>
19
#include <string>
19
20
20
template<typename TYPE>
21
template<typename TYPE>
(-)src/cppunit/TypeInfoHelper.cpp (+1 lines)
Lines 6-11 Link Here
6
#include <string>
6
#include <string>
7
7
8
#if CPPUNIT_HAVE_GCC_ABI_DEMANGLE
8
#if CPPUNIT_HAVE_GCC_ABI_DEMANGLE
9
#include <malloc.h>
9
#include <cxxabi.h>
10
#include <cxxabi.h>
10
#endif
11
#endif
11
12

Return to bug 271229