Smart pointers instead of GC?

Walter Bright newshound2 at digitalmars.com
Mon Feb 3 22:47:05 PST 2014


On 2/3/2014 3:13 PM, woh wrote:
>
>   Any system that forces a single way of handling memory as the only viable
> method, be it GC( as D currently does)

This is incorrect. You can use malloc/free in D, as well as write & use your own 
allocators, and even write your own ref counted types.



More information about the Digitalmars-d mailing list