sslot 0.3 release

Lutger lutger.blijdestijn at gmail.com
Wed Mar 28 12:04:37 PDT 2007


Bill Baxter wrote:
> 
> Sounds nice.  Just curious -- what is it you require from dmd 1.10?
> 
> --bb

dmd 1.10 provides std.gc.capacity, which can tell you if a block of 
memory is allocated by the gc. I use this to check if a delegates comes 
from an object (with the .ptr property), in which case the signals hooks 
a delegate with notifyRegister on the object which is called on 
destruction for auto disconnection.
I should have documented this btw.



More information about the Digitalmars-d-announce mailing list