Array of RefCounted objects

H. S. Teoh hsteoh at quickfur.ath.cx
Thu Apr 25 18:21:53 UTC 2019


Has anyone used RefCounted with arrays before?  Do the array element
dtors get called properly upon GC collection?  Just wondering if I
should wrap such arrays in a wrapper with more clearly-defined lifetime.
I'm aware that RefCounted has its own share of issues, but it's the
quickest thing to reach for at the moment.


T

-- 
I am a consultant. My job is to make your job redundant. -- Mr Tom


More information about the Digitalmars-d mailing list