[Issue 3051] Passing alias to member function does not work (1/2)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jun 5 08:00:24 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3051
--- Comment #4 from Steven Schveighoffer <schveiguy at yahoo.com> 2009-06-05 08:00:23 PDT ---
Since the template is instantiated differently for each function that it is
called with, it's entirely possible to "know" the stack frame pointer since it
will be a constant offset from the current stack pointer. I think that is why
it can work.
In fact, I'm now unsure why that can't work in the other bug too...
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list