[Issue 21608] [betterC] static slices are allowed and have the wrong size
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Feb  3 22:39:41 UTC 2021
    
    
  
https://issues.dlang.org/show_bug.cgi?id=21608
kinke <kinke at gmx.net> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |kinke at gmx.net
         Resolution|---                         |INVALID
--- Comment #1 from kinke <kinke at gmx.net> ---
A slice is a fat pointer, nothing more. So no direct dependency on TypeInfos
and no reason to disallow them for -betterC.
--
    
    
More information about the Digitalmars-d-bugs
mailing list