October 15, 2003
Does D support weak references? I.e. references that have the following properties:

- they do not prevent an object from being garbage-collected
- they are automatically set to null when the object is being collected


October 27, 2003
"Hauke Duden" <H.NS.Duden@gmx.net> wrote in message news:bmk1ke$jmn$1@digitaldaemon.com...
> Does D support weak references? I.e. references that have the following properties:
>
> - they do not prevent an object from being garbage-collected
> - they are automatically set to null when the object is being collected

Not at this point.