http://d.puremagic.com/issues/show_bug.cgi?id=9904
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] 2013-04-08 10:01:36 PDT --- (In reply to comment #1) > Those should really use size_t to reproduce on all systems: > > > struct S1 > > { > > size_t x; > > } > > > > struct S2 > > { > > size_t x; > > byte b; > > } Why is that cast a problem/bug? Maybe there is no compiler bug here. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
