https://issues.dlang.org/show_bug.cgi?id=17448
--- Comment #45 from Steven Schveighoffer <schvei...@gmail.com> --- I'm assuming you are missing some extra machinery here. You aren't expecting D to automatically update your references for you, right? You at least need a postblit/copy ctor. --