July 18, 2011
Hi, all. I'm trying to sort an array of BigInts, and I get an overlapping array copy error. Short of writing my own sorting algorithm, is there a workaround for this?
Thanks,
Charles.

July 18, 2011
On 7/18/11 6:28 PM, McAnany, Charles E wrote:
> Hi, all. I'm trying to sort an array of BigInts, and I get an overlapping array copy error. Short of writing my own sorting algorithm, is there a workaround for this?

Didn't you ask the same question here a few days ago? In any case, here is the bug report, a fix appears to be already in Phobos: http://d.puremagic.com/issues/show_bug.cgi?id=5705

David