On 04/09/2013 01:09 PM, Manu wrote:
On 9 April 2013 21:02, Timon Gehr <timon.g...@gmx.ch
<mailto:timon.g...@gmx.ch>> wrote:

    On 04/09/2013 12:18 PM, Manu wrote:

        ...


        Thus successfully eliminating non-open-source libraries from D...
        Making a dependency on WPO is a big mistake.
        ...


    Inheritance is usually a bad way to reuse library functionality anyway.


Who said anything about inheritance? What if I want to call a method?
len = x.length for instance? Properties are almost always really trivial
leaf functions. But they're all virtual calls! O_O

If you do not want to add overrides, then there is no dependency on WPO.

Reply via email to