State of std.container redesign

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Wed Mar 30 22:47:27 PDT 2011


On 03/30/2011 08:15 AM, David Nadlinger wrote:
> If I remember correctly, Andrei proposed a redesign of std.container
> here on digitalmars.D not too long ago, which included switching to
> final classes for container types.
>
> However, I can't quite remember the outcome of the discussion, and there
> don't seem to be any related changes by now. Is this idea simply pending
> implementation, or did you change your mind on this, Andrei?
>
> David

Yes, the idea is to use classes instead of structs. That simplifies 
implementation a fair amount.

Andrei


More information about the Digitalmars-d mailing list