How to determine if a function is implemented

Michael pr at m1xa.com
Fri Jul 5 00:05:12 PDT 2013


> class C2 : I
> {
>     int foo() { return 10; }
>     mixin Foo!();
>     // mixed-in foo is not stored in vtbl
> }
>

In this case maybe should be error thrown?
Or where is mixed function?


More information about the Digitalmars-d-learn mailing list