https://issues.dlang.org/show_bug.cgi?id=16491
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=16673 --- Comment #5 from Steven Schveighoffer <[email protected]> --- The issue is simply that you have a cycle. Forward referencing has nothing to do with it. Unfortunately, this is functioning as designed. Martin has some ideas to make this possibly work, but those haven't been implemented yet. See https://issues.dlang.org/show_bug.cgi?id=16673 --
