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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Oct 1 12:04:10 PDT 2015


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

bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc

--- Comment #2 from bearophile_hugs at eml.cc ---
(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

D warnings should be active on default.

--


More information about the Digitalmars-d-bugs mailing list