[Issue 15132] std.algorithm.sort crash on windows

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Oct 2 02:43:16 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=15132

--- Comment #3 from mzfhhhh at foxmail.com ---
(In reply to Steven Schveighoffer from comment #1)
> 1. You are not calling std.algorithm.sort, you are calling builtin array
> sort. You need to add the parentheses.
> 
> 2. I don't know that we need to concern ourselves with invalid opCmp

yes,i call the builtin array sort...
my actual opCmp code is quite complicated,i check the code a long time
and find there are different results on different platforms.

--


More information about the Digitalmars-d-bugs mailing list