My Reference Safety System (DIP???)
    deadalnix via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Mon Mar  2 17:11:22 PST 2015
    
    
  
On Tuesday, 3 March 2015 at 00:47:01 UTC, Andrei Alexandrescu 
wrote:
>> This does not solve anything as postblit only increase 
>> refcount so it
>> does not make any sense that it deletes the payload.
>
> Yah, it's opAssign instead of postblit. -- Andrei
So it is an auto expanding arena, and when all refcount go to 0, 
the whole arena is blasted, is that right ?
Sounds like it can work, but that means very few outside phobos 
will build upon this.
    
    
More information about the Digitalmars-d
mailing list