Eliminate class allocators and deallocators?

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Wed Oct 7 17:13:12 PDT 2009


Denis Koroskin wrote:
> I'm not sure you will convince people to use foo.recycle() instead of 
> foo.delete(). Not only it's slower, I believe recycling an object works 
> for hiding bugs: accessing a recycled object - obviously a bug - will no 
> longer be detected.

Is anyone under the illusion that today there's any detection going on?

Andrei



More information about the Digitalmars-d mailing list