October 26, 2011
Anyone know a workaround to #3051 - "Passing alias to member function does not work"? (Hopefully besides just making "fun" either static or global)

http://d.puremagic.com/issues/show_bug.cgi?id=3051


October 26, 2011
On 2011-10-26 05:33, Nick Sabalausky wrote:
> Anyone know a workaround to #3051 - "Passing alias to member function does
> not work"? (Hopefully besides just making "fun" either static or global)
>
> http://d.puremagic.com/issues/show_bug.cgi?id=3051
>
>

It depends on what you want to do with the alias. Pass it as a pointer, ref, string or similar.

-- 
/Jacob Carlborg