|
Boost : |
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk