On 12/10/2014 1:55 AM, Gary Willoughby wrote:
On Tuesday, 9 December 2014 at 16:10:10 UTC, ketmar via Digitalmars-d
wrote:
p.s. just out of curiousity: why do you need it? D int types has
well-defined size, so i can't see any sense in using C leftover.

I'm doing lots of pointer arithmetic so i've used uintptr_t in various
places.

So you should be importing core.stdc.stdint directly. Pretend that std.stdint doesn't exist.

Reply via email to