On Thursday, 17 July 2014 at 13:40:20 UTC, bearophile wrote:
Meta:

For `Tuple!(DWORD, DWORD*)[] addrs;`, DWORD* is not same as shared_ptr<DWORD>. It's important to keep that in mind.

OK. How do you suggest to translate it in D?

Bye,
bearophile

I don't know. I just wanted to make sure OP knew that raw pointers in D are not analogous to C++ shared_ptr.

Reply via email to