[Issue 15132] std.algorithm.sort crash on windows
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Oct 1 10:48:13 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=15132
Steven Schveighoffer <schveiguy at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P1
Status|NEW |RESOLVED
CC| |schveiguy at yahoo.com
Resolution|--- |INVALID
Severity|critical |normal
--- Comment #1 from Steven Schveighoffer <schveiguy at yahoo.com> ---
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
--
More information about the Digitalmars-d-bugs
mailing list