[Issue 5725] ubyte/ushort infinite foreach loops
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Mar 17 17:01:37 UTC 2019
    
    
  
https://issues.dlang.org/show_bug.cgi?id=5725
Basile-z <b2.temp at gmx.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp at gmx.com
         Resolution|---                         |WORKSFORME
--- Comment #5 from Basile-z <b2.temp at gmx.com> ---
fixed at some point:
/tmp/temp_7F8FB1CE2190.d(4,5): Error: index type `ubyte` cannot cover index
range 0..256
/tmp/temp_7F8FB1CE2190.d(7,5): Error: index type `ushort` cannot cover index
range 0..65536
--
    
    
More information about the Digitalmars-d-bugs
mailing list