On Monday, 17 February 2014 at 07:17:06 UTC, Steve Teale wrote:
What is size_t for 64 bit? SteveSorry parent.children is just a straightforward array
Sorry again - forget about it. I'd forgotten that D actually says int is 32 bits, and ulong is 64, and size_t for a 64 bit machine is obviously 64.
I'll just go through the code and either change int to ulong or use a cast.
;=(