digitalmars.D.learn - Workaround to 3051? (Passing alias to member function don't work)
- "Nick Sabalausky" <a a.a> Oct 25 2011
- Jacob Carlborg <doob me.com> Oct 25 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
Oct 25 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
Oct 25 2011








Jacob Carlborg <doob me.com>