http://d.puremagic.com/issues/show_bug.cgi?id=4241
Simen Kjaeraas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Simen Kjaeraas <[email protected]> 2010-09-30 12:41:05 PDT --- Reduced test case: import std.typetuple; struct bar( int n, T ) { static immutable bar b = bar( 0 ); Tuple!( int ) fields; this( int arg ) { fields.field[0] = arg; } } alias bar!( 3, int ) b; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
