id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 12024,boost test depends on nonexisting abi::__cxa_demangle on android,anonymous,Raffi Enficiaud,"execution_monitor.ipp should use boost/core/demangle.hpp instead of implementing itself. The following patch fixes the problem: {{{ 37a38 > #include 185,188d185 < #if defined(__GNUC__) && !defined(BOOST_NO_TYPEID) < # include < #endif < 317,323c314 < #ifdef __GNUC__ < int status; < < return abi::__cxa_demangle( typeid(t).name(), 0, 0, &status ); < #else < return typeid(t).name(); < #endif --- > return boost::core::demangle(typeid(t).name()).c_str(); }}} ",Bugs,closed,Boost 1.62.0,test,Boost 1.60.0,Problem,fixed,,