From: David Abrahams (dave_at_[hidden])
Date: 2003-12-05 17:19:33


Matthias Schabel <boost_at_[hidden]> writes:

> Yeah, sorry about that one. GCC outputs mangled typenames when you
> use typeid(T).name(), so you need to run a utility called c++filt to
> demangle them into something comprehensible by humans

You might have a look at cxxabi::__cxa_demangle; it can do the same
thing inside your executable.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com