http://d.puremagic.com/issues/show_bug.cgi?id=9904



--- Comment #1 from Andrej Mitrovic <andrej.mitrov...@gmail.com> 2013-04-08 
07:47:34 PDT ---
(In reply to comment #0)
> struct S1
> {
>     int x;
> }
> 
> struct S2
> {
>     int x;
>     byte b;
> }

Those should really use size_t to reproduce on all systems:

> struct S1
> {
>     size_t x;
> }
> 
> struct S2
> {
>     size_t x;
>     byte b;
> }

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to