Disable GC entirely

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Wed Apr 10 05:37:02 PDT 2013


On 4/10/13 2:02 AM, Manu wrote:
> I do use virtual functions, that's the point of classes. But most
> functions are not virtual. More-so, most functions are trivial
> accessors, which really shouldn't be virtual.

I'd say a valid style is to use free functions for non-virtual methods. 
UFCS will take care of caller syntax.

Andrei


More information about the Digitalmars-d mailing list