Fully dynamic d by opDotExp overloading

BCS none at anon.com
Sat Apr 18 08:46:36 PDT 2009


Hello Andrei,

> The dynamic behavior is indicated by the use of opDotExp. The
> redundancy of the two notations doesn't quite sit well.
> 
> Andrei
> 

not exactly 1-to-1 but:

abstract class C { void foo(); } // works

class D { void foo(); } // fails: link error





More information about the Digitalmars-d mailing list