
25 Apr
2007
25 Apr
'07
4:35 p.m.
Philippe Vaucher wrote:
Is the format of the output string specified in the standard? i.e can I trust that it will be the same from compiler to compiler in order to use it in cross-platform code?
No, but I know gcc gives you a demangle function so you can get a proper name out of it. If you're really interested I can try to find it.
Just look into the implementation of boost.python. Gcc's demangler is used there to produce convenient error / exception text. Regards, Stefan -- ...ich hab' noch einen Koffer in Berlin...