http://d.puremagic.com/issues/show_bug.cgi?id=2411
--- Comment #5 from Kenji Hara <[email protected]> 2012-01-01 08:31:04 PST --- My patch requires explicit 'ref'. void main() { S s; // foreach( element; s.tupleof) // doesn't work foreach(ref element; s.tupleof) // OK element = 2; assert(s.foo == 2); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
