On 10/13/12, H. S. Teoh <[email protected]> wrote:
> The problem is, I can't seem to specify that I want it to _statically_
> bind the save method to call B.eval;

Try using typeof(this).eval

typeof(this) and typeof(super) are mentioned here:

http://dlang.org/declaration.html#typeof
http://dlang.org/expression.html#this

Reply via email to