[Issue 14635] inconsistent type for line: uint vs size_t
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Fri Mar 31 16:21:38 PDT 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14635
Steven Schveighoffer <schveiguy at yahoo.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |schveiguy at yahoo.com
          Component|phobos                      |druntime
         Resolution|---                         |WONTFIX
--- Comment #2 from Steven Schveighoffer <schveiguy at yahoo.com> ---
Good point, however, this is a dmd internal hook, and uints implicitly cast to
size_t. We can worry about this the day DMD can successfully file a 2^32 + 1
line file.
--
    
    
More information about the Digitalmars-d-bugs
mailing list