Go to the documentation of this file.
40 #include "getfem/getfem_arch_config.h"
48 std::string demangle(
const char *mangled_name);
49 inline void dump_backtrace() {
50 #ifdef GETFEM_HAVE_BACKTRACE
51 void dump_glibc_backtrace();
52 dump_glibc_backtrace();