digitalmars.D - Array of RefCounted objects
- H. S. Teoh (8/8) Apr 25 2019 Has anyone used RefCounted with arrays before? Do the array element
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
Apr 25 2019