https://issues.dlang.org/show_bug.cgi?id=15132
--- Comment #3 from [email protected] --- (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. --
