Reference counted containers prototype

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Dec 26 17:49:43 PST 2011


On 12/27/11, Andrei Alexandrescu <SeeWebsiteForEmail at erdani.org> wrote:
> We can easily have opDispatch look at field names. But I think it's poor
> design to expose bald data anyway.

opDispatch doesn't work with property functions, or opBinary, or
opOpAssign. And what about the ctor? I can't call the ctor with your
RefCounted.


More information about the Digitalmars-d mailing list