On 10/16/13, w0rp <[email protected]> wrote: > or perhaps scan inside Qt memory.
I've never managed to make this work in some C++ libs I've tried to wrap. I think it's because the D GC probably knows which memory it allocated and will not scan pointers to memory it did not allocate. That's just a guess though.
