On Sun, 01 Sep 2013 05:53:29 +0200, Jakob Ovrum <[email protected]> wrote:

Yes, we hit DMD bugs, like the one with opaque structs which required
extensive work-arounds.
  struct MyStruct;
  MyStruct*[] = new MyStruct*[n];

I'm not sure this is a bug. How do you default initialize an array of structs you don't know the .init values of?

An array of struct *pointers*. Fill it with nulls, I'd say.

--
Simen

Reply via email to