float init 0 request

Walter Bright newshound2 at digitalmars.com
Mon Aug 17 06:52:49 UTC 2026


On 8/16/2026 8:52 PM, Richard (Rikki) Andrew Cattermole wrote:
> Except that isn't quite true ;)
> 
> ```d
> struct S {}
> static assert(S.sizeof <= 1);
> ```


It's a good point, but it still affects calling conventions because it affects 
the size of a struct.


More information about the Digitalmars-d mailing list