[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
Sat Feb 8 08:31:39 PST 2014


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


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


--- Comment #3 from github-bugzilla at puremagic.com 2014-02-08 08:31:18 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/ce5cffc4493db9e9fba57476e564fb7a4a9553eb
Fix Issue 10221 - foreach(char c; 0..256) doesn't work even though the upper
bound is 255

https://github.com/D-Programming-Language/dmd/commit/d3ea1fb833ca49d56df23a400e4e93e50b5eac2b
Merge pull request #2847 from yebblies/issue10221

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

-- 
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