On Fri, Aug 6, 2010 at 8:40 PM, Jonathan M Davis <jmdavisp...@gmail.com>wrote:

> On Friday, August 06, 2010 08:08:03 Andrej Mitrovic wrote:
> > I've already tried that. But .mangleof on an aliased symbol just returns
> > "alias" as a string.
>
> That sounds like a bug report in the making.
>
> - Jonathan M Davis
>

No I was wrong, it won't allow me to use .mangleof on an alias of a function
inside a template because that automatically calls the function (and that
means I have to pass valid arguments to it). The mangledName!() template
works just fine though. But I don't need mangled names, I was only using it
as a workaround.

Reply via email to