http://d.puremagic.com/issues/show_bug.cgi?id=6384
--- Comment #1 from [email protected] 2011-07-26 08:40:51 PDT --- Note that `std.algorithm.sort` can accept arbitrary predicate, and you can use something like Complex!double[] cmplxarr; ... sort!"a.re < b.re"(cmplxarr); If the purpose is to improve the error message of `std.algorithm.sort`, `isComparable` won't work. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
