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

Steven Schveighoffer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID
           Severity|critical                    |normal

--- Comment #1 from Steven Schveighoffer <[email protected]> ---
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

--

Reply via email to