https://d.puremagic.com/issues/show_bug.cgi?id=11955
Jakob Ovrum <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #2 from Jakob Ovrum <[email protected]> 2014-01-20 04:36:17 PST --- (In reply to comment #1) > (In reply to comment #0) > > I only tested this on win_32, so I don't know how the other os's (linux), or > > versions (64) behave. > > `size_t` is supposed to alias to `uint` for 32-bit targets, and `ulong` for > 64-bit targets. > > See line 20 of object.di: > --- > alias typeof(int.sizeof) size_t; > --- Nevermind, I see what the bug is now. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
