[Issue 2411] Reference Tuple Foreach

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu May 20 15:12:05 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=2411


Trass3r <mrmocool at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrmocool at gmx.de


--- Comment #3 from Trass3r <mrmocool at gmx.de> 2010-05-20 15:12:01 PDT ---
This is a workaround:

foreach (i, dummy ; s.tupleof)
        s.tupleof[i] = 2;

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list