Re: SysTime and std.array.array

2013-08-25 Thread Paolo Invernizzi
On Sunday, 25 August 2013 at 19:01:14 UTC, monarch_dodra wrote: On Sunday, 25 August 2013 at 14:50:16 UTC, Paolo Invernizzi wrote: Hi all, -- I didn't fully investigate, but my guess is that you are seeing emplace bugs. Basically, *array* first allocates an array containing noise, and then

Re: SysTime and std.array.array

2013-08-25 Thread monarch_dodra
On Sunday, 25 August 2013 at 14:50:16 UTC, Paolo Invernizzi wrote: Hi all, -- I didn't fully investigate, but my guess is that you are seeing emplace bugs. Basically, *array* first allocates an array containing noise, and then tries to emplace data onto there. Unfortunatly, emplace does it