http://d.puremagic.com/issues/show_bug.cgi?id=7964
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Don <[email protected]> 2012-04-23 22:18:06 PDT --- I don't know what you mean by "organic". The code works for arrays which are small enough that sort() uses insertion sort, but when sort() switches to quicksort, it does an unsafe cast that CTFE doesn't support. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
