I'm using the abi::__cxa_demangle() function, and it doesn't recognise the names 'l' (for long) and other similar names. This seems to be new behaviour since the change to G++ 3.4.0 from 3.3.3. (where the names for long, char etc. were demangled fine.) How can I demangle the names for long (l), char(c), unsigned char(h), etc.?
Thanks, Asfand Yar
-- http://www.it-is-truth.org/