http://d.puremagic.com/issues/show_bug.cgi?id=10431
Tim <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Tim <[email protected]> 2013-06-30 09:50:29 PDT --- The following code results in the same assertion failure: struct X(alias Y) { } struct A { int[] data; } alias X!(A([])) X1; alias X!(A([])) X2; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
