On 26 June 2013 10:45, Daniel Murphy <yebblies@nospamgmail.com> wrote:
"Walter Bright" <newshound2@digitalmars.com> wrote in message
news:kqcnhc$1guv$1@digitalmars.com...
> Any projects using AddRef() and Release()?

Yes, for DirectX.  I'm planning to ditch them once extern(C++) support is
good enough though.

You don't think you'd use ARC with COM when it's available? Surely a language defined ARC that Walter is discussing would be a neat fit for COM, just as with ObjC?