Re: Segfault when casting array of Interface types

2014-09-15 Thread Franz via Digitalmars-d-learn
On Tuesday, 16 September 2014 at 02:21:42 UTC, rcor wrote: I'm back for another round of "is this a bug, or am I doing something stupid?". C and D implement interface I, and I have an array of each. I'd like to combine these into one I[], but eventually I'd like to cast an element back to its

Re: Segfault when casting array of Interface types

2014-09-15 Thread Franz via Digitalmars-d-learn
On Tuesday, 16 September 2014 at 03:03:16 UTC, Franz wrote: On Tuesday, 16 September 2014 at 02:21:42 UTC, rcor wrote: I'm back for another round of "is this a bug, or am I doing something stupid?". C and D implement interface I, and I have an array of each. I'd like to combine these into one