[Issue 17990] Type.toChars() returns null and Type.size() returns nonsense on 32-bit platforms only
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Nov 18 11:49:40 UTC 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=17990
Mike <slavo5150 at yahoo.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
--- Comment #1 from Mike <slavo5150 at yahoo.com> ---
Actually, after looking into this, it Type.toChars() and Type.size() are
returning the correct values.  The problem appears to be with the
`deprecation()` function and variable format arguments.  Will post a separate
issue when more information is gathered.
--
    
    
More information about the Digitalmars-d-bugs
mailing list