"Koz Ross" <[email protected]> writes: > On Friday, 19 September 2014 at 06:21:31 UTC, ketmar via Digitalmars-d > wrote: >> On Fri, 19 Sep 2014 06:11:32 +0000 >> Koz Ross via Digitalmars-d <[email protected]> wrote: >> >>> Yeah, I'm still confused as to why this is happening to me. So does >>> it run correctly and output a bunch of numbers, separated by >>> spaces, two per line, or does it just not throw an enforcement >>> error? >> yes, alot of lines (201 ;-) with pairs of numbers, no errors at all. >> maybe it's due to my 32-bit system. > > I'll try and test it on a 32-bit machine (or in fact, another machine) > and see if I get the same error.
I assume by overflow you mean buffer overflow? I also ran your code successfully (no enforce error) on OSX 64-bit with dmd 2.066 and ldc 0.14.0 (2.065).
