[Issue 10221] foreach(char c; 0..256) doesn't work even though the upper bound is 255

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 21 07:13:21 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=10221


yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid
                 CC|                            |yebblies at gmail.com


--- Comment #2 from yebblies <yebblies at gmail.com> 2013-11-22 02:13:18 EST ---
void test10221()
{
    foreach(char c; 0..256)
    {
    }
}

https://github.com/D-Programming-Language/dmd/pull/2847

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


More information about the Digitalmars-d-bugs mailing list