https://d.puremagic.com/issues/show_bug.cgi?id=11955
Jakob Ovrum <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Jakob Ovrum <[email protected]> 2014-01-20 04:34:43 PST --- (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; --- -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
